#2099B4

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

Shades of Pelorous #2099B4

Tints of Pelorous #2099B4

Color information

#2099B4 (or 0x2099B4) is unknown color: approx Pelorous. HEX triplet: 20, 99 and B4. RGB value is (32,153,180). Sum of RGB (Red+Green+Blue) = 32+153+180=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #2099B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099B4 is #DF664B. Grayscale: #777777. Windows color (decimal): -14640716 or 11835680. OLE color: 11835680.

HSL color Cylindrical-coordinate representation of color #2099B4: hue angle of 190.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2099B4 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB32153180-
CMYK0.820.1500.29
HSL190.95º69.81%41.57%-
HSV(B)190.95º82.22%70.59%-
XYZ20.2326.3847.21-
YUV119.9161.9165.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.77%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=8.77%
G=41.92%
B=49.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321531800.820.1500.29190.9569.8141.57
Hex2099B452F01Dbf462a
Octal402312641221703527710652
Binary100000100110011011010010100101111011101101111111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2099B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2099B4; }

 p { color: rgb(32,153,180); }

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

<style>
 a { background-color: #2099B4; }

 a { background-color: rgb(32,153,180); }

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

<style>
 span { border-color: #2099B4; }

 span { border-color: rgb(32,153,180); }

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