#CFFBEA

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

Shades of Humming Bird #CFFBEA

Tints of Humming Bird #CFFBEA

Color information

#CFFBEA (or 0xCFFBEA) is unknown color: approx Humming Bird. HEX triplet: CF, FB and EA. RGB value is (207,251,234). Sum of RGB (Red+Green+Blue) = 207+251+234=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFBEA is #300415. Grayscale: #EBEBEB. Windows color (decimal): -3146774 or 15399887. OLE color: 15399887.

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

Color convert

RGB207251234-
CMYK0.1800.070.02
HSL156.82º84.62%89.8%-
HSV(B)156.82º17.53%98.43%-
XYZ75.0888.290.91-
YUV235.91126.92107.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.91%
GREEN value IS 251 (98.44% from 255) = 36.27%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=29.91%
G=36.27%
B=33.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512340.1800.070.02156.8284.6289.8
HexCFFBEA120729d555a
Octal31737335222072235125132
Binary110011111111101111101010100100111101001110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBEA; }

 p { color: rgb(207,251,234); }

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

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

 a { background-color: rgb(207,251,234); }

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

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

 span { border-color: rgb(207,251,234); }

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