#CFF7EF

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

Shades of Humming Bird #CFF7EF

Tints of Humming Bird #CFF7EF

Color information

#CFF7EF (or 0xCFF7EF) is unknown color: approx Humming Bird. HEX triplet: CF, F7 and EF. RGB value is (207,247,239). Sum of RGB (Red+Green+Blue) = 207+247+239=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF7EF is #300810. Grayscale: #EAEAEA. Windows color (decimal): -3147793 or 15726543. OLE color: 15726543.

HSL color Cylindrical-coordinate representation of color #CFF7EF: hue angle of 168º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7EF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB207247239-
CMYK0.1600.030.03
HSL168º71.43%89.02%-
HSV(B)168º16.19%96.86%-
XYZ74.5786.0294.33-
YUV234.13130.75108.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.87%
GREEN value IS 247 (96.88% from 255) = 35.64%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=29.87%
G=35.64%
B=34.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072472390.1600.030.0316871.4389.02
HexCFF7EF10033a84759
Octal31736735720033250107131
Binary11001111111101111110111110000011111010100010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7EF; }

 p { color: rgb(207,247,239); }

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

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

 a { background-color: rgb(207,247,239); }

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

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

 span { border-color: rgb(207,247,239); }

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