#C9F9FE

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

Shades of Light Cyan #C9F9FE

Tints of Light Cyan #C9F9FE

Color information

#C9F9FE (or 0xC9F9FE) is unknown color: approx Light Cyan. HEX triplet: C9, F9 and FE. RGB value is (201,249,254). Sum of RGB (Red+Green+Blue) = 201+249+254=704 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.55% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F9FE is #360601. Grayscale: #EBEBEB. Windows color (decimal): -3540482 or 16710089. OLE color: 16710089.

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

Color convert

RGB201249254-
CMYK0.210.0200.00
HSL185.66º96.36%89.22%-
HSV(B)185.66º20.87%99.61%-
XYZ75.8587.32106.62-
YUV235.22138.6103.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.55%
GREEN value IS 249 (97.66% from 255) = 35.37%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=28.55%
G=35.37%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012492540.210.0200.00185.6696.3689.22
HexC9F9FE15200ba6059
Octal31137137625200272140131
Binary1100100111111001111111101010110001011101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F9FE; }

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

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

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

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

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

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

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

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