#C9FCFC

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

Shades of Light Cyan #C9FCFC

Tints of Light Cyan #C9FCFC

Color information

#C9FCFC (or 0xC9FCFC) is unknown color: approx Light Cyan. HEX triplet: C9, FC and FC. RGB value is (201,252,252). Sum of RGB (Red+Green+Blue) = 201+252+252=705 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.51% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #C9FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FCFC is #360303. Grayscale: #ECECEC. Windows color (decimal): -3539716 or 16579785. OLE color: 16579785.

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

Color convert

RGB201252252-
CMYK0.20000.01
HSL180º89.47%88.82%-
HSV(B)180º20.24%98.82%-
XYZ76.4789.07105.26-
YUV236.75136.6102.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.51%
GREEN value IS 252 (98.83% from 255) = 35.74%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=28.51%
G=35.74%
B=35.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012522520.20000.0118089.4788.82
HexC9FCFC14001b45959
Octal31137437424001264131131
Binary110010011111110011111100101000011011010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FCFC; }

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

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

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

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

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

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

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

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