#CEFEF4

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

Shades of Humming Bird #CEFEF4

Tints of Humming Bird #CEFEF4

Color information

#CEFEF4 (or 0xCEFEF4) is unknown color: approx Humming Bird. HEX triplet: CE, FE and F4. RGB value is (206,254,244). Sum of RGB (Red+Green+Blue) = 206+254+244=704 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.26% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEF4 is #31010B. Grayscale: #EEEEEE. Windows color (decimal): -3211532 or 16056014. OLE color: 16056014.

HSL color Cylindrical-coordinate representation of color #CEFEF4: hue angle of 167.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEF4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB206254244-
CMYK0.1900.040.00
HSL167.5º96%90.2%-
HSV(B)167.5º18.9%99.61%-
XYZ77.2290.5498.99-
YUV238.51131.1104.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.26%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=29.26%
G=36.08%
B=34.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542440.1900.040.00167.59690.2
HexCEFEF413040a8605a
Octal31637636423040250140132
Binary11001110111111101111010010011010001010100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEF4; }

 p { color: rgb(206,254,244); }

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

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

 a { background-color: rgb(206,254,244); }

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

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

 span { border-color: rgb(206,254,244); }

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