#C5FCFC

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

Shades of Light Cyan #C5FCFC

Tints of Light Cyan #C5FCFC

Color information

#C5FCFC (or 0xC5FCFC) is unknown color: approx Light Cyan. HEX triplet: C5, FC and FC. RGB value is (197,252,252). Sum of RGB (Red+Green+Blue) = 197+252+252=701 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.10% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #C5FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FCFC is #3A0303. Grayscale: #EBEBEB. Windows color (decimal): -3801860 or 16579781. OLE color: 16579781.

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

Color convert

RGB197252252-
CMYK0.22000.01
HSL180º90.16%88.04%-
HSV(B)180º21.83%98.82%-
XYZ75.4188.52105.21-
YUV235.55137.28100.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.10%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=28.10%
G=35.95%
B=35.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972522520.22000.0118090.1688.04
HexC5FCFC16001b45a58
Octal30537437426001264132130
Binary110001011111110011111100101100011011010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FCFC; }

 p { color: rgb(197,252,252); }

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

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

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

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

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

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

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