#CEFFEE

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

Shades of Humming Bird #CEFFEE

Tints of Humming Bird #CEFFEE

Color information

#CEFFEE (or 0xCEFFEE) is unknown color: approx Humming Bird. HEX triplet: CE, FF and EE. RGB value is (206,255,238). Sum of RGB (Red+Green+Blue) = 206+255+238=699 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.47% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFEE is #310011. Grayscale: #EEEEEE. Windows color (decimal): -3211282 or 15663054. OLE color: 15663054.

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

Color convert

RGB206255238-
CMYK0.1900.070
HSL159.18º100%90.39%-
HSV(B)159.18º19.22%100%-
XYZ76.6590.8194.38-
YUV238.41127.77104.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.47%
GREEN value IS 255 (100% from 255) = 36.48%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=29.47%
G=36.48%
B=34.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552380.1900.070159.1810090.39
HexCEFFEE130709f645a
Octal31637735623070237144132
Binary11001110111111111110111010011011101001111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFEE; }

 p { color: rgb(206,255,238); }

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

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

 a { background-color: rgb(206,255,238); }

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

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

 span { border-color: rgb(206,255,238); }

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