#C8FEEE

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

Shades of Humming Bird #C8FEEE

Tints of Humming Bird #C8FEEE

Color information

#C8FEEE (or 0xC8FEEE) is unknown color: approx Humming Bird. HEX triplet: C8, FE and EE. RGB value is (200,254,238). Sum of RGB (Red+Green+Blue) = 200+254+238=692 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.90% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FEEE is #370111. Grayscale: #ECECEC. Windows color (decimal): -3604754 or 15662792. OLE color: 15662792.

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

Color convert

RGB200254238-
CMYK0.2100.060.00
HSL162.22º96.43%89.02%-
HSV(B)162.22º21.26%99.61%-
XYZ74.6989.3494.2-
YUV236.03129.11102.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.90%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=28.90%
G=36.71%
B=34.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002542380.2100.060.00162.2296.4389.02
HexC8FEEE15060a26059
Octal31037635625060242140131
Binary11001000111111101110111010101011001010001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FEEE; }

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

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

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

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

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

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

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

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