#CEFEF2

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

Shades of Humming Bird #CEFEF2

Tints of Humming Bird #CEFEF2

Color information

#CEFEF2 (or 0xCEFEF2) is unknown color: approx Humming Bird. HEX triplet: CE, FE and F2. RGB value is (206,254,242). Sum of RGB (Red+Green+Blue) = 206+254+242=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEF2 is #31010D. Grayscale: #EEEEEE. Windows color (decimal): -3211534 or 15924942. OLE color: 15924942.

HSL color Cylindrical-coordinate representation of color #CEFEF2: hue angle of 165º 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 #CEFEF2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB206254242-
CMYK0.1900.050.00
HSL165º96%90.2%-
HSV(B)165º18.9%99.61%-
XYZ76.9290.4297.4-
YUV238.28130.1104.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.34%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=29.34%
G=36.18%
B=34.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542420.1900.050.001659690.2
HexCEFEF213050a5605a
Octal31637636223050245140132
Binary11001110111111101111001010011010101010010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEF2; }

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

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

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

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

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

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

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

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