#C5FDEE

Color #C5FDEE Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #C5FDEE

Tints of Humming Bird #C5FDEE

Color information

#C5FDEE (or 0xC5FDEE) is unknown color: approx Humming Bird. HEX triplet: C5, FD and EE. RGB value is (197,253,238). Sum of RGB (Red+Green+Blue) = 197+253+238=688 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.63% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDEE is #3A0211. Grayscale: #EAEAEA. Windows color (decimal): -3801618 or 15662533. OLE color: 15662533.

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

Color convert

RGB197253238-
CMYK0.2200.060.01
HSL163.93º93.33%88.24%-
HSV(B)163.93º22.13%99.22%-
XYZ73.5888.2994.05-
YUV234.55129.95101.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.63%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=28.63%
G=36.77%
B=34.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972532380.2200.060.01163.9393.3388.24
HexC5FDEE16061a45d58
Octal30537535626061244135130
Binary11000101111111011110111010110011011010010010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FDEE; }

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

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

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

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

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

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

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

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