#C8FDFC

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

Shades of Light Cyan #C8FDFC

Tints of Light Cyan #C8FDFC

Color information

#C8FDFC (or 0xC8FDFC) is unknown color: approx Light Cyan. HEX triplet: C8, FD and FC. RGB value is (200,253,252). Sum of RGB (Red+Green+Blue) = 200+253+252=705 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.37% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDFC is #370203. Grayscale: #ECECEC. Windows color (decimal): -3604996 or 16580040. OLE color: 16580040.

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

Color convert

RGB200253252-
CMYK0.2100.000.01
HSL178.87º92.98%88.82%-
HSV(B)178.87º20.95%99.22%-
XYZ76.5289.56105.35-
YUV237.04136.44101.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.37%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=28.37%
G=35.89%
B=35.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002532520.2100.000.01178.8792.9888.82
HexC8FDFC15001b35d59
Octal31037537425001263135131
Binary110010001111110111111100101010011011001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDFC; }

 p { color: rgb(200,253,252); }

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

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

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

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

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

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

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