#CBF9EB

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

Shades of Humming Bird #CBF9EB

Tints of Humming Bird #CBF9EB

Color information

#CBF9EB (or 0xCBF9EB) is unknown color: approx Humming Bird. HEX triplet: CB, F9 and EB. RGB value is (203,249,235). Sum of RGB (Red+Green+Blue) = 203+249+235=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF9EB is #340614. Grayscale: #E9E9E9. Windows color (decimal): -3409429 or 15464907. OLE color: 15464907.

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

Color convert

RGB203249235-
CMYK0.1800.060.02
HSL161.74º79.31%88.63%-
HSV(B)161.74º18.47%97.65%-
XYZ73.586.4591.41-
YUV233.65128.76106.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.55%
GREEN value IS 249 (97.66% from 255) = 36.24%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=29.55%
G=36.24%
B=34.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032492350.1800.060.02161.7479.3188.63
HexCBF9EB12062a24f59
Octal31337135322062242117131
Binary110010111111100111101011100100110101010001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9EB; }

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

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

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

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

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

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

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

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