#2b8fad

Color #2B8FAD Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2B8FAD

Tints of Pelorous #2B8FAD

Color information

#2B8FAD (or 0x2B8FAD) is unknown color: approx Pelorous. HEX triplet: 2B, 8F and AD. RGB value is (43,143,173). Sum of RGB (Red+Green+Blue) = 43+143+173=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B8FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8FAD is #D47052. Grayscale: #747474. Windows color (decimal): -13922387 or 11374379. OLE color: 11374379.

HSL color Cylindrical-coordinate representation of color #2B8FAD: hue angle of 193.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B8FAD is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB43143173-
CMYK0.750.1700.32
HSL193.85º60.19%42.35%-
HSV(B)193.85º75.14%67.84%-
XYZ18.3623.1843.04-
YUV116.52159.8775.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 11.98%
GREEN value IS 143 (56.25% from 255) = 39.83%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=11.98%
G=39.83%
B=48.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431431730.750.1700.32193.8560.1942.35
Hex2B8FAD4B11020c23c2a
Octal53217255113210403027452
Binary1010111000111110101101100101110001010000011000010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8fad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b8fad; }

 p { color: rgb(43,143,173); }

 H1.HeaderClassName
 {
   color: #2b8fad;
 }
 .AnyTagClassName
 {
   color: #2b8fad;
 }
</style>
background-color css

<style>
 a { background-color: #2b8fad; }

 a { background-color: rgb(43,143,173); }

 div.DivClassName
 {
   background-color: #2b8fad;
 }
 .BgClassName
 {
   background-color: #2b8fad;
 }
</style>
border-color css

<style>
 span { border-color: #2b8fad; }

 span { border-color: rgb(43,143,173); }

 td.TdClassName
 {
   border-color: #2b8fad;
 }
 .TagClassName
 {
   border-color: #2b8fad;
 }
</style>