#CEFAEA

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

Shades of Humming Bird #CEFAEA

Tints of Humming Bird #CEFAEA

Color information

#CEFAEA (or 0xCEFAEA) is unknown color: approx Humming Bird. HEX triplet: CE, FA and EA. RGB value is (206,250,234). Sum of RGB (Red+Green+Blue) = 206+250+234=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAEA is #310515. Grayscale: #EBEBEB. Windows color (decimal): -3212566 or 15399630. OLE color: 15399630.

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

Color convert

RGB206250234-
CMYK0.1800.060.02
HSL158.18º81.48%89.41%-
HSV(B)158.18º17.6%98.04%-
XYZ74.4987.4390.79-
YUV235.02127.42107.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 234 (91.80% from 255) = 33.91%
R=29.86%
G=36.23%
B=33.91%

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
Decimal2062502340.1800.060.02158.1881.4889.41
HexCEFAEA120629e5159
Octal31637235222062236121131
Binary110011101111101011101010100100110101001111010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAEA; }

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

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

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

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

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

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

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

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