#CBF9E3

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

Shades of Humming Bird #CBF9E3

Tints of Humming Bird #CBF9E3

Color information

#CBF9E3 (or 0xCBF9E3) is unknown color: approx Humming Bird. HEX triplet: CB, F9 and E3. RGB value is (203,249,227). Sum of RGB (Red+Green+Blue) = 203+249+227=679 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.90% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9E3 is #34061C. Grayscale: #E8E8E8. Windows color (decimal): -3409437 or 14940619. OLE color: 14940619.

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

Color convert

RGB203249227-
CMYK0.1800.090.02
HSL151.3º79.31%88.63%-
HSV(B)151.3º18.47%97.65%-
XYZ72.3785.9985.46-
YUV232.74124.76106.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.90%
GREEN value IS 249 (97.66% from 255) = 36.67%
BLUE value IS 227 (89.06% from 255) = 33.43%
R=29.90%
G=36.67%
B=33.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032492270.1800.090.02151.379.3188.63
HexCBF9E312092974f59
Octal313371343220112227117131
Binary1100101111111001111000111001001001101001011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9E3; }

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

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

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

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

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

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

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

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