#C5FEFA

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

Shades of Light Cyan #C5FEFA

Tints of Light Cyan #C5FEFA

Color information

#C5FEFA (or 0xC5FEFA) is unknown color: approx Light Cyan. HEX triplet: C5, FE and FA. RGB value is (197,254,250). Sum of RGB (Red+Green+Blue) = 197+254+250=701 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.10% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEFA is #3A0105. Grayscale: #ECECEC. Windows color (decimal): -3801350 or 16449221. OLE color: 16449221.

HSL color Cylindrical-coordinate representation of color #C5FEFA: hue angle of 175.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEFA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB197254250-
CMYK0.2200.020.00
HSL175.79º96.61%88.43%-
HSV(B)175.79º22.44%99.61%-
XYZ75.7289.66103.76-
YUV236.5135.6299.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.10%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=28.10%
G=36.23%
B=35.66%

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
Decimal1972542500.2200.020.00175.7996.6188.43
HexC5FEFA16020b06158
Octal30537637226020260141130
Binary1100010111111110111110101011001001011000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEFA; }

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

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

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

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

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

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

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

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