#CFFAEE

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

Shades of Humming Bird #CFFAEE

Tints of Humming Bird #CFFAEE

Color information

#CFFAEE (or 0xCFFAEE) is unknown color: approx Humming Bird. HEX triplet: CF, FA and EE. RGB value is (207,250,238). Sum of RGB (Red+Green+Blue) = 207+250+238=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFAEE is #300511. Grayscale: #EBEBEB. Windows color (decimal): -3147026 or 15661775. OLE color: 15661775.

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

Color convert

RGB207250238-
CMYK0.1700.050.02
HSL163.26º81.13%89.61%-
HSV(B)163.26º17.2%98.04%-
XYZ75.3587.8193.87-
YUV235.78129.25107.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=29.78%
G=35.97%
B=34.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502380.1700.050.02163.2681.1389.61
HexCFFAEE11052a3515a
Octal31737235621052243121132
Binary110011111111101011101110100010101101010001110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAEE; }

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

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

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

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

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

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

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

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