#C7FEFA

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

Shades of Light Cyan #C7FEFA

Tints of Light Cyan #C7FEFA

Color information

#C7FEFA (or 0xC7FEFA) is unknown color: approx Light Cyan. HEX triplet: C7, FE and FA. RGB value is (199,254,250). Sum of RGB (Red+Green+Blue) = 199+254+250=703 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.31% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEFA is #380105. Grayscale: #EDEDED. Windows color (decimal): -3670278 or 16449223. OLE color: 16449223.

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

Color convert

RGB199254250-
CMYK0.2200.020.00
HSL175.64º96.49%88.82%-
HSV(B)175.64º21.65%99.61%-
XYZ76.2589.93103.78-
YUV237.1135.28100.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.31%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=28.31%
G=36.13%
B=35.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542500.2200.020.00175.6496.4988.82
HexC7FEFA16020b06059
Octal30737637226020260140131
Binary1100011111111110111110101011001001011000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEFA; }

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

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

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

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

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

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

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

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