#CEFAE7

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

Shades of Humming Bird #CEFAE7

Tints of Humming Bird #CEFAE7

Color information

#CEFAE7 (or 0xCEFAE7) is unknown color: approx Humming Bird. HEX triplet: CE, FA and E7. RGB value is (206,250,231). Sum of RGB (Red+Green+Blue) = 206+250+231=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAE7 is #310518. Grayscale: #EAEAEA. Windows color (decimal): -3212569 or 15203022. OLE color: 15203022.

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

Color convert

RGB206250231-
CMYK0.1800.080.02
HSL154.09º81.48%89.41%-
HSV(B)154.09º17.6%98.04%-
XYZ74.0687.2688.54-
YUV234.68125.92107.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.99%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 231 (90.62% from 255) = 33.62%
R=29.99%
G=36.39%
B=33.62%

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
Decimal2062502310.1800.080.02154.0981.4889.41
HexCEFAE7120829a5159
Octal316372347220102232121131
Binary1100111011111010111001111001001000101001101010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAE7; }

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

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

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

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

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

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

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

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