#C7FCFA

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

Shades of Light Cyan #C7FCFA

Tints of Light Cyan #C7FCFA

Color information

#C7FCFA (or 0xC7FCFA) is unknown color: approx Light Cyan. HEX triplet: C7, FC and FA. RGB value is (199,252,250). Sum of RGB (Red+Green+Blue) = 199+252+250=701 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.39% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCFA is #380305. Grayscale: #EBEBEB. Windows color (decimal): -3670790 or 16448711. OLE color: 16448711.

HSL color Cylindrical-coordinate representation of color #C7FCFA: hue angle of 177.74º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCFA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB199252250-
CMYK0.2100.010.01
HSL177.74º89.83%88.43%-
HSV(B)177.74º21.03%98.82%-
XYZ75.6288.67103.57-
YUV235.92135.94101.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.39%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=28.39%
G=35.95%
B=35.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992522500.2100.010.01177.7489.8388.43
HexC7FCFA15011b25a58
Octal30737437225011262132130
Binary110001111111110011111010101010111011001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FCFA; }

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

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

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

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

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

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

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

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