#CEFBEE

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

Shades of Humming Bird #CEFBEE

Tints of Humming Bird #CEFBEE

Color information

#CEFBEE (or 0xCEFBEE) is unknown color: approx Humming Bird. HEX triplet: CE, FB and EE. RGB value is (206,251,238). Sum of RGB (Red+Green+Blue) = 206+251+238=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBEE is #310411. Grayscale: #ECECEC. Windows color (decimal): -3212306 or 15662030. OLE color: 15662030.

HSL color Cylindrical-coordinate representation of color #CEFBEE: hue angle of 162.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFBEE is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB206251238-
CMYK0.1800.050.02
HSL162.67º84.91%89.61%-
HSV(B)162.67º17.93%98.43%-
XYZ75.3888.2993.96-
YUV236.06129.09106.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.64%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=29.64%
G=36.12%
B=34.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512380.1800.050.02162.6784.9189.61
HexCEFBEE12052a3555a
Octal31637335622052243125132
Binary110011101111101111101110100100101101010001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBEE; }

 p { color: rgb(206,251,238); }

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

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

 a { background-color: rgb(206,251,238); }

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

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

 span { border-color: rgb(206,251,238); }

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