#C5FDFE

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

Shades of Light Cyan #C5FDFE

Tints of Light Cyan #C5FDFE

Color information

#C5FDFE (or 0xC5FDFE) is unknown color: approx Light Cyan. HEX triplet: C5, FD and FE. RGB value is (197,253,254). Sum of RGB (Red+Green+Blue) = 197+253+254=704 (93% of max value = 765). Red value is 197 (77.34% from 255 or 27.98% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDFE is #3A0201. Grayscale: #ECECEC. Windows color (decimal): -3801602 or 16711109. OLE color: 16711109.

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

Color convert

RGB197253254-
CMYK0.220.0000.00
HSL181.05º96.61%88.43%-
HSV(B)181.05º22.44%99.61%-
XYZ76.0489.28106.99-
YUV236.37137.9599.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 27.98%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=27.98%
G=35.94%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972532540.220.0000.00181.0596.6188.43
HexC5FDFE16000b56158
Octal30537537626000265141130
Binary110001011111110111111110101100001011010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FDFE; }

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

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

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

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

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

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

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

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