#CBF9E4

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

Shades of Humming Bird #CBF9E4

Tints of Humming Bird #CBF9E4

Color information

#CBF9E4 (or 0xCBF9E4) is unknown color: approx Humming Bird. HEX triplet: CB, F9 and E4. RGB value is (203,249,228). Sum of RGB (Red+Green+Blue) = 203+249+228=680 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.85% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9E4 is #34061B. Grayscale: #E8E8E8. Windows color (decimal): -3409436 or 15006155. OLE color: 15006155.

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

Color convert

RGB203249228-
CMYK0.1800.080.02
HSL152.61º79.31%88.63%-
HSV(B)152.61º18.47%97.65%-
XYZ72.5186.0586.19-
YUV232.85125.26106.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.85%
GREEN value IS 249 (97.66% from 255) = 36.62%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=29.85%
G=36.62%
B=33.53%

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
Decimal2032492280.1800.080.02152.6179.3188.63
HexCBF9E412082994f59
Octal313371344220102231117131
Binary1100101111111001111001001001001000101001100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9E4; }

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

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

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

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

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

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

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

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