#CEFFEA

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

Shades of Humming Bird #CEFFEA

Tints of Humming Bird #CEFFEA

Color information

#CEFFEA (or 0xCEFFEA) is unknown color: approx Humming Bird. HEX triplet: CE, FF and EA. RGB value is (206,255,234). Sum of RGB (Red+Green+Blue) = 206+255+234=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFFEA is #310015. Grayscale: #EDEDED. Windows color (decimal): -3211286 or 15400910. OLE color: 15400910.

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

Color convert

RGB206255234-
CMYK0.1900.080
HSL154.29º100%90.39%-
HSV(B)154.29º19.22%100%-
XYZ76.0690.5891.32-
YUV237.96125.77105.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.64%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=29.64%
G=36.69%
B=33.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552340.1900.080154.2910090.39
HexCEFFEA130809a645a
Octal316377352230100232144132
Binary110011101111111111101010100110100001001101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFEA; }

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

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

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

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

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

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

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

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