#CEFBED

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

Shades of Humming Bird #CEFBED

Tints of Humming Bird #CEFBED

Color information

#CEFBED (or 0xCEFBED) is unknown color: approx Humming Bird. HEX triplet: CE, FB and ED. RGB value is (206,251,237). Sum of RGB (Red+Green+Blue) = 206+251+237=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBED is #310412. Grayscale: #EBEBEB. Windows color (decimal): -3212307 or 15596494. OLE color: 15596494.

HSL color Cylindrical-coordinate representation of color #CEFBED: hue angle of 161.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFBED is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB206251237-
CMYK0.1800.060.02
HSL161.33º84.91%89.61%-
HSV(B)161.33º17.93%98.43%-
XYZ75.2488.2393.19-
YUV235.95128.59106.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.68%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 237 (92.97% from 255) = 34.15%
R=29.68%
G=36.17%
B=34.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512370.1800.060.02161.3384.9189.61
HexCEFBED12062a1555a
Octal31637335522062241125132
Binary110011101111101111101101100100110101010000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBED; }

 p { color: rgb(206,251,237); }

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

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

 a { background-color: rgb(206,251,237); }

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

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

 span { border-color: rgb(206,251,237); }

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