#C8FAFE

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

Shades of Light Cyan #C8FAFE

Tints of Light Cyan #C8FAFE

Color information

#C8FAFE (or 0xC8FAFE) is unknown color: approx Light Cyan. HEX triplet: C8, FA and FE. RGB value is (200,250,254). Sum of RGB (Red+Green+Blue) = 200+250+254=704 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.41% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAFE is #370501. Grayscale: #EBEBEB. Windows color (decimal): -3605762 or 16710344. OLE color: 16710344.

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

Color convert

RGB200250254-
CMYK0.210.0200.00
HSL184.44º96.43%89.02%-
HSV(B)184.44º21.26%99.61%-
XYZ75.8987.81106.71-
YUV235.51138.44102.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.41%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=28.41%
G=35.51%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002502540.210.0200.00184.4496.4389.02
HexC8FAFE15200b86059
Octal31037237625200270140131
Binary1100100011111010111111101010110001011100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAFE; }

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

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

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

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

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

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

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

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