#C7FEFC

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

Shades of Light Cyan #C7FEFC

Tints of Light Cyan #C7FEFC

Color information

#C7FEFC (or 0xC7FEFC) is unknown color: approx Light Cyan. HEX triplet: C7, FE and FC. RGB value is (199,254,252). Sum of RGB (Red+Green+Blue) = 199+254+252=705 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.23% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEFC is #380103. Grayscale: #EDEDED. Windows color (decimal): -3670276 or 16580295. OLE color: 16580295.

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

Color convert

RGB199254252-
CMYK0.2200.010.00
HSL177.82º96.49%88.82%-
HSV(B)177.82º21.65%99.61%-
XYZ76.5790.05105.44-
YUV237.33136.28100.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.23%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 252 (98.83% from 255) = 35.74%
R=28.23%
G=36.03%
B=35.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542520.2200.010.00177.8296.4988.82
HexC7FEFC16010b26059
Octal30737637426010262140131
Binary110001111111111011111100101100101011001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEFC; }

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

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

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

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

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

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

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

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