#C7FEFE

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

Shades of Light Cyan #C7FEFE

Tints of Light Cyan #C7FEFE

Color information

#C7FEFE (or 0xC7FEFE) is unknown color: approx Light Cyan. HEX triplet: C7, FE and FE. RGB value is (199,254,254). Sum of RGB (Red+Green+Blue) = 199+254+254=707 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.15% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #C7FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEFE is #380101. Grayscale: #EDEDED. Windows color (decimal): -3670274 or 16711367. OLE color: 16711367.

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

Color convert

RGB199254254-
CMYK0.22000.00
HSL180º96.49%88.82%-
HSV(B)180º21.65%99.61%-
XYZ76.8890.18107.12-
YUV237.55137.28100.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.15%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=28.15%
G=35.93%
B=35.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542540.22000.0018096.4988.82
HexC7FEFE16000b46059
Octal30737637626000264140131
Binary110001111111111011111110101100001011010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEFE; }

 p { color: rgb(199,254,254); }

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

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

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

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

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

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

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