#C5FDFF

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

Shades of Light Cyan #C5FDFF

Tints of Light Cyan #C5FDFF

Color information

#C5FDFF (or 0xC5FDFF) is unknown color: approx Light Cyan. HEX triplet: C5, FD and FF. RGB value is (197,253,255). Sum of RGB (Red+Green+Blue) = 197+253+255=705 (93% of max value = 765). Red value is 197 (77.34% from 255 or 27.94% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDFF is #3A0200. Grayscale: #ECECEC. Windows color (decimal): -3801601 or 16776645. OLE color: 16776645.

HSL color Cylindrical-coordinate representation of color #C5FDFF: hue angle of 182.07º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FDFF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197253255-
CMYK0.230.0100
HSL182.07º100%88.63%-
HSV(B)182.07º22.75%100%-
XYZ76.289.34107.84-
YUV236.48138.4599.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 27.94%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 255 (100% from 255) = 36.17%
R=27.94%
G=35.89%
B=36.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972532550.230.0100182.0710088.63
HexC5FDFF17100b66459
Octal30537537727100266144131
Binary110001011111110111111111101111001011011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FDFF; }

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

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

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

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

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

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

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

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