#C7FAFC

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

Shades of Light Cyan #C7FAFC

Tints of Light Cyan #C7FAFC

Color information

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

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

Color convert

RGB199250252-
CMYK0.210.0100.01
HSL182.26º89.83%88.43%-
HSV(B)182.26º21.03%98.82%-
XYZ75.3187.54105.02-
YUV234.98137.6102.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992502520.210.0100.01182.2689.8388.43
HexC7FAFC15101b65a58
Octal30737237425101266132130
Binary110001111111101011111100101011011011011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAFC; }

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

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

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

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

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

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

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

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