#CFF9EA

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

Shades of Humming Bird #CFF9EA

Tints of Humming Bird #CFF9EA

Color information

#CFF9EA (or 0xCFF9EA) is unknown color: approx Humming Bird. HEX triplet: CF, F9 and EA. RGB value is (207,249,234). Sum of RGB (Red+Green+Blue) = 207+249+234=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9EA is #300615. Grayscale: #EAEAEA. Windows color (decimal): -3147286 or 15399375. OLE color: 15399375.

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

Color convert

RGB207249234-
CMYK0.1700.060.02
HSL158.57º77.78%89.41%-
HSV(B)158.57º16.87%97.65%-
XYZ74.4686.9690.7-
YUV234.73127.59108.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30%
GREEN value IS 249 (97.66% from 255) = 36.09%
BLUE value IS 234 (91.80% from 255) = 33.91%
R=30%
G=36.09%
B=33.91%

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
Decimal2072492340.1700.060.02158.5777.7889.41
HexCFF9EA110629f4e59
Octal31737135221062237116131
Binary110011111111100111101010100010110101001111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9EA; }

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

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

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

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

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

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

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

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