#CBF8E7

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

Shades of Humming Bird #CBF8E7

Tints of Humming Bird #CBF8E7

Color information

#CBF8E7 (or 0xCBF8E7) is unknown color: approx Humming Bird. HEX triplet: CB, F8 and E7. RGB value is (203,248,231). Sum of RGB (Red+Green+Blue) = 203+248+231=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF8E7 is #340718. Grayscale: #E8E8E8. Windows color (decimal): -3409689 or 15202507. OLE color: 15202507.

HSL color Cylindrical-coordinate representation of color #CBF8E7: hue angle of 157.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF8E7 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB203248231-
CMYK0.1800.070.03
HSL157.33º76.27%88.43%-
HSV(B)157.33º18.15%97.25%-
XYZ72.6285.688.3-
YUV232.61127.09106.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 231 (90.62% from 255) = 33.87%
R=29.77%
G=36.36%
B=33.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032482310.1800.070.03157.3376.2788.43
HexCBF8E7120739d4c58
Octal31337034722073235114130
Binary110010111111100011100111100100111111001110110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8E7; }

 p { color: rgb(203,248,231); }

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

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

 a { background-color: rgb(203,248,231); }

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

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

 span { border-color: rgb(203,248,231); }

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