#C8FAFF

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

Shades of Light Cyan #C8FAFF

Tints of Light Cyan #C8FAFF

Color information

#C8FAFF (or 0xC8FAFF) is unknown color: approx Light Cyan. HEX triplet: C8, FA and FF. RGB value is (200,250,255). Sum of RGB (Red+Green+Blue) = 200+250+255=705 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.37% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAFF is #370500. Grayscale: #EBEBEB. Windows color (decimal): -3605761 or 16775880. OLE color: 16775880.

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

Color convert

RGB200250255-
CMYK0.220.0200
HSL185.45º100%89.22%-
HSV(B)185.45º21.57%100%-
XYZ76.0687.87107.56-
YUV235.62138.94102.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.37%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 255 (100% from 255) = 36.17%
R=28.37%
G=35.46%
B=36.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002502550.220.0200185.4510089.22
HexC8FAFF16200b96459
Octal31037237726200271144131
Binary1100100011111010111111111011010001011100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAFF; }

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

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

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

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

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

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

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

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