#C9FCFA

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

Shades of Light Cyan #C9FCFA

Tints of Light Cyan #C9FCFA

Color information

#C9FCFA (or 0xC9FCFA) is unknown color: approx Light Cyan. HEX triplet: C9, FC and FA. RGB value is (201,252,250). Sum of RGB (Red+Green+Blue) = 201+252+250=703 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.59% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FCFA is #360305. Grayscale: #ECECEC. Windows color (decimal): -3539718 or 16448713. OLE color: 16448713.

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

Color convert

RGB201252250-
CMYK0.2000.010.01
HSL177.65º89.47%88.82%-
HSV(B)177.65º20.24%98.82%-
XYZ76.1588.94103.6-
YUV236.52135.6102.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.59%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=28.59%
G=35.85%
B=35.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012522500.2000.010.01177.6589.4788.82
HexC9FCFA14011b25959
Octal31137437224011262131131
Binary110010011111110011111010101000111011001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FCFA; }

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

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

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

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

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

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

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

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