#C5FEFB

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

Shades of Light Cyan #C5FEFB

Tints of Light Cyan #C5FEFB

Color information

#C5FEFB (or 0xC5FEFB) is unknown color: approx Light Cyan. HEX triplet: C5, FE and FB. RGB value is (197,254,251). Sum of RGB (Red+Green+Blue) = 197+254+251=702 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.06% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEFB is #3A0104. Grayscale: #ECECEC. Windows color (decimal): -3801349 or 16514757. OLE color: 16514757.

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

Color convert

RGB197254251-
CMYK0.2200.010.00
HSL176.84º96.61%88.43%-
HSV(B)176.84º22.44%99.61%-
XYZ75.8889.72104.58-
YUV236.61136.1299.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.06%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=28.06%
G=36.18%
B=35.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542510.2200.010.00176.8496.6188.43
HexC5FEFB16010b16158
Octal30537637326010261141130
Binary110001011111111011111011101100101011000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEFB; }

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

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

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

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

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

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

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

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