#CFFAEB

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

Shades of Humming Bird #CFFAEB

Tints of Humming Bird #CFFAEB

Color information

#CFFAEB (or 0xCFFAEB) is unknown color: approx Humming Bird. HEX triplet: CF, FA and EB. RGB value is (207,250,235). Sum of RGB (Red+Green+Blue) = 207+250+235=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAEB is #300514. Grayscale: #EBEBEB. Windows color (decimal): -3147029 or 15465167. OLE color: 15465167.

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

Color convert

RGB207250235-
CMYK0.1700.060.02
HSL159.07º81.13%89.61%-
HSV(B)159.07º17.2%98.04%-
XYZ74.9187.6391.56-
YUV235.43127.75107.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.91%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=29.91%
G=36.13%
B=33.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502350.1700.060.02159.0781.1389.61
HexCFFAEB110629f515a
Octal31737235321062237121132
Binary110011111111101011101011100010110101001111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAEB; }

 p { color: rgb(207,250,235); }

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

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

 a { background-color: rgb(207,250,235); }

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

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

 span { border-color: rgb(207,250,235); }

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