#CFF2EA

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

Shades of Humming Bird #CFF2EA

Tints of Humming Bird #CFF2EA

Color information

#CFF2EA (or 0xCFF2EA) is unknown color: approx Humming Bird. HEX triplet: CF, F2 and EA. RGB value is (207,242,234). Sum of RGB (Red+Green+Blue) = 207+242+234=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF2EA is #300D15. Grayscale: #E6E6E6. Windows color (decimal): -3149078 or 15397583. OLE color: 15397583.

HSL color Cylindrical-coordinate representation of color #CFF2EA: hue angle of 166.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2EA is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB207242234-
CMYK0.1400.030.05
HSL166.29º57.38%88.04%-
HSV(B)166.29º14.46%94.9%-
XYZ72.3482.7189.99-
YUV230.62129.9111.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.31%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 234 (91.80% from 255) = 34.26%
R=30.31%
G=35.43%
B=34.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072422340.1400.030.05166.2957.3888.04
HexCFF2EAE035a63958
Octal3173623521603524671130
Binary1100111111110010111010101110011101101001101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2EA; }

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

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

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

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

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

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

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

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