#C8FEFA

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

Shades of Light Cyan #C8FEFA

Tints of Light Cyan #C8FEFA

Color information

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

HSL color Cylindrical-coordinate representation of color #C8FEFA: hue angle of 175.56º 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 #C8FEFA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB200254250-
CMYK0.2100.020.00
HSL175.56º96.43%89.02%-
HSV(B)175.56º21.26%99.61%-
XYZ76.5290.07103.79-
YUV237.4135.11101.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002542500.2100.020.00175.5696.4389.02
HexC8FEFA15020b06059
Octal31037637225020260140131
Binary1100100011111110111110101010101001011000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FEFA; }

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

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

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

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

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

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

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

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