#C9FAFE

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

Shades of Light Cyan #C9FAFE

Tints of Light Cyan #C9FAFE

Color information

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

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

Color convert

RGB201250254-
CMYK0.210.0200.00
HSL184.53º96.36%89.22%-
HSV(B)184.53º20.87%99.61%-
XYZ76.1687.94106.73-
YUV235.8138.27103.17-

RGB Variations

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

RGB

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

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
Decimal2012502540.210.0200.00184.5396.3689.22
HexC9FAFE15200b96059
Octal31137237625200271140131
Binary1100100111111010111111101010110001011100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FAFE; }

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

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

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

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

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

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

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

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