#C9FBFE

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

Shades of Light Cyan #C9FBFE

Tints of Light Cyan #C9FBFE

Color information

#C9FBFE (or 0xC9FBFE) is unknown color: approx Light Cyan. HEX triplet: C9, FB and FE. RGB value is (201,251,254). Sum of RGB (Red+Green+Blue) = 201+251+254=706 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.47% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FBFE is #360401. Grayscale: #ECECEC. Windows color (decimal): -3539970 or 16710601. OLE color: 16710601.

HSL color Cylindrical-coordinate representation of color #C9FBFE: hue angle of 183.4º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FBFE is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201251254-
CMYK0.210.0100.00
HSL183.4º96.36%89.22%-
HSV(B)183.4º20.87%99.61%-
XYZ76.4788.57106.83-
YUV236.39137.94102.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.47%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 254 (99.61% from 255) = 35.98%
R=28.47%
G=35.55%
B=35.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012512540.210.0100.00183.496.3689.22
HexC9FBFE15100b76059
Octal31137337625100267140131
Binary110010011111101111111110101011001011011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FBFE; }

 p { color: rgb(201,251,254); }

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

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

 a { background-color: rgb(201,251,254); }

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

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

 span { border-color: rgb(201,251,254); }

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