#CEFCF2

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

Shades of Humming Bird #CEFCF2

Tints of Humming Bird #CEFCF2

Color information

#CEFCF2 (or 0xCEFCF2) is unknown color: approx Humming Bird. HEX triplet: CE, FC and F2. RGB value is (206,252,242). Sum of RGB (Red+Green+Blue) = 206+252+242=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCF2 is #31030D. Grayscale: #EDEDED. Windows color (decimal): -3212046 or 15924430. OLE color: 15924430.

HSL color Cylindrical-coordinate representation of color #CEFCF2: hue angle of 166.96º 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 #CEFCF2 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB206252242-
CMYK0.1800.040.01
HSL166.96º88.46%89.8%-
HSV(B)166.96º18.25%98.82%-
XYZ76.2989.1597.19-
YUV237.11130.76105.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.43%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=29.43%
G=36%
B=34.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522420.1800.040.01166.9688.4689.8
HexCEFCF212041a7585a
Octal31637436222041247130132
Binary11001110111111001111001010010010011010011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCF2; }

 p { color: rgb(206,252,242); }

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

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

 a { background-color: rgb(206,252,242); }

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

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

 span { border-color: rgb(206,252,242); }

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