#C8EEE2

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

Shades of Humming Bird #C8EEE2

Tints of Humming Bird #C8EEE2

Color information

#C8EEE2 (or 0xC8EEE2) is unknown color: approx Humming Bird. HEX triplet: C8, EE and E2. RGB value is (200,238,226). Sum of RGB (Red+Green+Blue) = 200+238+226=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EEE2 is #37111D. Grayscale: #E1E1E1. Windows color (decimal): -3608862 or 14872264. OLE color: 14872264.

HSL color Cylindrical-coordinate representation of color #C8EEE2: hue angle of 161.05º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EEE2 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB200238226-
CMYK0.1600.050.07
HSL161.05º52.78%85.88%-
HSV(B)161.05º15.97%93.33%-
XYZ68.1278.9283.59-
YUV225.27128.41109.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.12%
GREEN value IS 238 (93.36% from 255) = 35.84%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=30.12%
G=35.84%
B=34.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002382260.1600.050.07161.0552.7885.88
HexC8EEE210057a13556
Octal3103563422005724165126
Binary110010001110111011100010100000101111101000011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EEE2; }

 p { color: rgb(200,238,226); }

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

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

 a { background-color: rgb(200,238,226); }

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

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

 span { border-color: rgb(200,238,226); }

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