#CEF9EB

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

Shades of Humming Bird #CEF9EB

Tints of Humming Bird #CEF9EB

Color information

#CEF9EB (or 0xCEF9EB) is unknown color: approx Humming Bird. HEX triplet: CE, F9 and EB. RGB value is (206,249,235). Sum of RGB (Red+Green+Blue) = 206+249+235=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9EB is #310614. Grayscale: #EAEAEA. Windows color (decimal): -3212821 or 15464910. OLE color: 15464910.

HSL color Cylindrical-coordinate representation of color #CEF9EB: hue angle of 160.47º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9EB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB206249235-
CMYK0.1700.060.02
HSL160.47º78.18%89.22%-
HSV(B)160.47º17.27%97.65%-
XYZ74.3286.8791.45-
YUV234.55128.25107.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 249 (97.66% from 255) = 36.09%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=29.86%
G=36.09%
B=34.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492350.1700.060.02160.4778.1889.22
HexCEF9EB11062a04e59
Octal31637135321062240116131
Binary110011101111100111101011100010110101010000010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9EB; }

 p { color: rgb(206,249,235); }

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

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

 a { background-color: rgb(206,249,235); }

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

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

 span { border-color: rgb(206,249,235); }

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