#CEFEF3

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

Shades of Humming Bird #CEFEF3

Tints of Humming Bird #CEFEF3

Color information

#CEFEF3 (or 0xCEFEF3) is unknown color: approx Humming Bird. HEX triplet: CE, FE and F3. RGB value is (206,254,243). Sum of RGB (Red+Green+Blue) = 206+254+243=703 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.30% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFEF3 is #31010C. Grayscale: #EEEEEE. Windows color (decimal): -3211533 or 15990478. OLE color: 15990478.

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

Color convert

RGB206254243-
CMYK0.1900.040.00
HSL166.25º96%90.2%-
HSV(B)166.25º18.9%99.61%-
XYZ77.0790.4898.2-
YUV238.39130.6104.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.30%
GREEN value IS 254 (99.61% from 255) = 36.13%
BLUE value IS 243 (95.31% from 255) = 34.57%
R=29.30%
G=36.13%
B=34.57%

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
Decimal2062542430.1900.040.00166.259690.2
HexCEFEF313040a6605a
Octal31637636323040246140132
Binary11001110111111101111001110011010001010011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEF3; }

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

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

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

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

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

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

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

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