#CBFAF9

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

Shades of Light Cyan #CBFAF9

Tints of Light Cyan #CBFAF9

Color information

#CBFAF9 (or 0xCBFAF9) is unknown color: approx Light Cyan. HEX triplet: CB, FA and F9. RGB value is (203,250,249). Sum of RGB (Red+Green+Blue) = 203+250+249=702 (92% of max value = 765). Red value is 203 (79.69% from 255 or 28.92% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 249 (97.66% from 255 or 35.47% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFAF9 is #340506. Grayscale: #EBEBEB. Windows color (decimal): -3409159 or 16382667. OLE color: 16382667.

HSL color Cylindrical-coordinate representation of color #CBFAF9: hue angle of 178.72º degrees, saturation: 0.82, 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 #CBFAF9 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB203250249-
CMYK0.1900.000.02
HSL178.72º82.46%88.82%-
HSV(B)178.72º18.8%98.04%-
XYZ75.9187.91102.59-
YUV235.83135.43104.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 28.92%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 249 (97.66% from 255) = 35.47%
R=28.92%
G=35.61%
B=35.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502490.1900.000.02178.7282.4688.82
HexCBFAF913002b35259
Octal31337237123002263122131
Binary1100101111111010111110011001100101011001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAF9; }

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

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

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

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

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

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

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

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