#CEFCF3

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

Shades of Humming Bird #CEFCF3

Tints of Humming Bird #CEFCF3

Color information

#CEFCF3 (or 0xCEFCF3) is unknown color: approx Humming Bird. HEX triplet: CE, FC and F3. RGB value is (206,252,243). Sum of RGB (Red+Green+Blue) = 206+252+243=701 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.39% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCF3 is #31030C. Grayscale: #EDEDED. Windows color (decimal): -3212045 or 15989966. OLE color: 15989966.

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

Color convert

RGB206252243-
CMYK0.1800.040.01
HSL168.26º88.46%89.8%-
HSV(B)168.26º18.25%98.82%-
XYZ76.4489.2197.99-
YUV237.22131.26105.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.39%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 243 (95.31% from 255) = 34.66%
R=29.39%
G=35.95%
B=34.66%

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
Decimal2062522430.1800.040.01168.2688.4689.8
HexCEFCF312041a8585a
Octal31637436322041250130132
Binary11001110111111001111001110010010011010100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCF3; }

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

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

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

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

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

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

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

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