#CBFBF9

Color #CBFBF9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CBFBF9

Tints of Light Cyan #CBFBF9

Color information

#CBFBF9 (or 0xCBFBF9) is unknown color: approx Light Cyan. HEX triplet: CB, FB and F9. RGB value is (203,251,249). Sum of RGB (Red+Green+Blue) = 203+251+249=703 (93% of max value = 765). Red value is 203 (79.69% from 255 or 28.88% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFBF9 is #340406. Grayscale: #ECECEC. Windows color (decimal): -3408903 or 16382923. OLE color: 16382923.

HSL color Cylindrical-coordinate representation of color #CBFBF9: hue angle of 177.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFBF9 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB203251249-
CMYK0.1900.010.02
HSL177.5º85.71%89.02%-
HSV(B)177.5º19.12%98.43%-
XYZ76.2288.53102.69-
YUV236.42135.1104.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 28.88%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 249 (97.66% from 255) = 35.42%
R=28.88%
G=35.70%
B=35.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032512490.1900.010.02177.585.7189.02
HexCBFBF913012b25659
Octal31337337123012262126131
Binary1100101111111011111110011001101101011001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBF9; }

 p { color: rgb(203,251,249); }

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

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

 a { background-color: rgb(203,251,249); }

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

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

 span { border-color: rgb(203,251,249); }

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