#C8FCFA

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

Shades of Light Cyan #C8FCFA

Tints of Light Cyan #C8FCFA

Color information

#C8FCFA (or 0xC8FCFA) is unknown color: approx Light Cyan. HEX triplet: C8, FC and FA. RGB value is (200,252,250). Sum of RGB (Red+Green+Blue) = 200+252+250=702 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.49% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FCFA is #370305. Grayscale: #ECECEC. Windows color (decimal): -3605254 or 16448712. OLE color: 16448712.

HSL color Cylindrical-coordinate representation of color #C8FCFA: hue angle of 177.69º degrees, saturation: 0.9, 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 #C8FCFA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB200252250-
CMYK0.2100.010.01
HSL177.69º89.66%88.63%-
HSV(B)177.69º20.63%98.82%-
XYZ75.8988.8103.58-
YUV236.22135.77102.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.49%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=28.49%
G=35.90%
B=35.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002522500.2100.010.01177.6989.6688.63
HexC8FCFA15011b25a59
Octal31037437225011262132131
Binary110010001111110011111010101010111011001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FCFA; }

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

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

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

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

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

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

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

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