#CBF9EA

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

Shades of Humming Bird #CBF9EA

Tints of Humming Bird #CBF9EA

Color information

#CBF9EA (or 0xCBF9EA) is unknown color: approx Humming Bird. HEX triplet: CB, F9 and EA. RGB value is (203,249,234). Sum of RGB (Red+Green+Blue) = 203+249+234=686 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.59% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF9EA is #340615. Grayscale: #E9E9E9. Windows color (decimal): -3409430 or 15399371. OLE color: 15399371.

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

Color convert

RGB203249234-
CMYK0.1800.060.02
HSL160.43º79.31%88.63%-
HSV(B)160.43º18.47%97.65%-
XYZ73.3686.3990.65-
YUV233.54128.26106.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.59%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=29.59%
G=36.30%
B=34.11%

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
Decimal2032492340.1800.060.02160.4379.3188.63
HexCBF9EA12062a04f59
Octal31337135222062240117131
Binary110010111111100111101010100100110101010000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9EA; }

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

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

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

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

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

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

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

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