#CBF9E5

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

Shades of Humming Bird #CBF9E5

Tints of Humming Bird #CBF9E5

Color information

#CBF9E5 (or 0xCBF9E5) is unknown color: approx Humming Bird. HEX triplet: CB, F9 and E5. RGB value is (203,249,229). Sum of RGB (Red+Green+Blue) = 203+249+229=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9E5 is #34061A. Grayscale: #E9E9E9. Windows color (decimal): -3409435 or 15071691. OLE color: 15071691.

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

Color convert

RGB203249229-
CMYK0.1800.080.02
HSL153.91º79.31%88.63%-
HSV(B)153.91º18.47%97.65%-
XYZ72.6586.1186.92-
YUV232.97125.76106.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 229 (89.84% from 255) = 33.63%
R=29.81%
G=36.56%
B=33.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032492290.1800.080.02153.9179.3188.63
HexCBF9E5120829a4f59
Octal313371345220102232117131
Binary1100101111111001111001011001001000101001101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9E5; }

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

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

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

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

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

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

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

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