#C9FEFA

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

Shades of Light Cyan #C9FEFA

Tints of Light Cyan #C9FEFA

Color information

#C9FEFA (or 0xC9FEFA) is unknown color: approx Light Cyan. HEX triplet: C9, FE and FA. RGB value is (201,254,250). Sum of RGB (Red+Green+Blue) = 201+254+250=705 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.51% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FEFA is #360105. Grayscale: #EDEDED. Windows color (decimal): -3539206 or 16449225. OLE color: 16449225.

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

Color convert

RGB201254250-
CMYK0.2100.020.00
HSL175.47º96.36%89.22%-
HSV(B)175.47º20.87%99.61%-
XYZ76.7890.2103.81-
YUV237.7134.94101.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.51%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=28.51%
G=36.03%
B=35.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2012542500.2100.020.00175.4796.3689.22
HexC9FEFA15020af6059
Octal31137637225020257140131
Binary1100100111111110111110101010101001010111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FEFA; }

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

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

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

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

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

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

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

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