#C9FDFC

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

Shades of Light Cyan #C9FDFC

Tints of Light Cyan #C9FDFC

Color information

#C9FDFC (or 0xC9FDFC) is unknown color: approx Light Cyan. HEX triplet: C9, FD and FC. RGB value is (201,253,252). Sum of RGB (Red+Green+Blue) = 201+253+252=706 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.47% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FDFC is #360203. Grayscale: #EDEDED. Windows color (decimal): -3539460 or 16580041. OLE color: 16580041.

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

Color convert

RGB201253252-
CMYK0.2100.000.01
HSL178.85º92.86%89.02%-
HSV(B)178.85º20.55%99.22%-
XYZ76.7889.7105.36-
YUV237.34136.27102.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.47%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 252 (98.83% from 255) = 35.69%
R=28.47%
G=35.84%
B=35.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012532520.2100.000.01178.8592.8689.02
HexC9FDFC15001b35d59
Octal31137537425001263135131
Binary110010011111110111111100101010011011001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FDFC; }

 p { color: rgb(201,253,252); }

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

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

 a { background-color: rgb(201,253,252); }

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

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

 span { border-color: rgb(201,253,252); }

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