#CFFCEE

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

Shades of Humming Bird #CFFCEE

Tints of Humming Bird #CFFCEE

Color information

#CFFCEE (or 0xCFFCEE) is unknown color: approx Humming Bird. HEX triplet: CF, FC and EE. RGB value is (207,252,238). Sum of RGB (Red+Green+Blue) = 207+252+238=697 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.70% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFCEE is #300311. Grayscale: #ECECEC. Windows color (decimal): -3146514 or 15662287. OLE color: 15662287.

HSL color Cylindrical-coordinate representation of color #CFFCEE: hue angle of 161.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFCEE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB207252238-
CMYK0.1800.060.01
HSL161.33º88.24%90%-
HSV(B)161.33º17.86%98.82%-
XYZ75.9889.0694.07-
YUV236.95128.59106.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.70%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=29.70%
G=36.15%
B=34.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072522380.1800.060.01161.3388.2490
HexCFFCEE12061a1585a
Octal31737435622061241130132
Binary11001111111111001110111010010011011010000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCEE; }

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

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

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

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

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

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

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

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