#C9FDFA

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

Shades of Light Cyan #C9FDFA

Tints of Light Cyan #C9FDFA

Color information

#C9FDFA (or 0xC9FDFA) is unknown color: approx Light Cyan. HEX triplet: C9, FD and FA. RGB value is (201,253,250). Sum of RGB (Red+Green+Blue) = 201+253+250=704 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.55% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FDFA is #360205. Grayscale: #EDEDED. Windows color (decimal): -3539462 or 16448969. OLE color: 16448969.

HSL color Cylindrical-coordinate representation of color #C9FDFA: hue angle of 176.54º 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 #C9FDFA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB201253250-
CMYK0.2100.010.01
HSL176.54º92.86%89.02%-
HSV(B)176.54º20.55%99.22%-
XYZ76.4789.57103.7-
YUV237.11135.27102.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.55%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=28.55%
G=35.94%
B=35.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012532500.2100.010.01176.5492.8689.02
HexC9FDFA15011b15d59
Octal31137537225011261135131
Binary110010011111110111111010101010111011000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FDFA; }

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

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

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

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

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

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

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

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