#C9FDFF

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

Shades of Light Cyan #C9FDFF

Tints of Light Cyan #C9FDFF

Color information

#C9FDFF (or 0xC9FDFF) is unknown color: approx Light Cyan. HEX triplet: C9, FD and FF. RGB value is (201,253,255). Sum of RGB (Red+Green+Blue) = 201+253+255=709 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.35% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FDFF is #360200. Grayscale: #EDEDED. Windows color (decimal): -3539457 or 16776649. OLE color: 16776649.

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

Color convert

RGB201253255-
CMYK0.210.0100
HSL182.22º100%89.41%-
HSV(B)182.22º21.18%100%-
XYZ77.2689.89107.89-
YUV237.68137.77101.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.35%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 255 (100% from 255) = 35.97%
R=28.35%
G=35.68%
B=35.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012532550.210.0100182.2210089.41
HexC9FDFF15100b66459
Octal31137537725100266144131
Binary110010011111110111111111101011001011011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FDFF; }

 p { color: rgb(201,253,255); }

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

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

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

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

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

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

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