#CEFBE7

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

Shades of Humming Bird #CEFBE7

Tints of Humming Bird #CEFBE7

Color information

#CEFBE7 (or 0xCEFBE7) is unknown color: approx Humming Bird. HEX triplet: CE, FB and E7. RGB value is (206,251,231). Sum of RGB (Red+Green+Blue) = 206+251+231=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBE7 is #310418. Grayscale: #EBEBEB. Windows color (decimal): -3212313 or 15203278. OLE color: 15203278.

HSL color Cylindrical-coordinate representation of color #CEFBE7: hue angle of 153.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 #CEFBE7 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB206251231-
CMYK0.1800.080.02
HSL153.33º84.91%89.61%-
HSV(B)153.33º17.93%98.43%-
XYZ74.3787.8988.64-
YUV235.26125.59107.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=29.94%
G=36.48%
B=33.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512310.1800.080.02153.3384.9189.61
HexCEFBE71208299555a
Octal316373347220102231125132
Binary1100111011111011111001111001001000101001100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBE7; }

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

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

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

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

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

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

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

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