#CBF7E7

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

Shades of Humming Bird #CBF7E7

Tints of Humming Bird #CBF7E7

Color information

#CBF7E7 (or 0xCBF7E7) is unknown color: approx Humming Bird. HEX triplet: CB, F7 and E7. RGB value is (203,247,231). Sum of RGB (Red+Green+Blue) = 203+247+231=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF7E7 is #340818. Grayscale: #E8E8E8. Windows color (decimal): -3409945 or 15202251. OLE color: 15202251.

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

Color convert

RGB203247231-
CMYK0.1800.060.03
HSL158.18º73.33%88.24%-
HSV(B)158.18º17.81%96.86%-
XYZ72.3184.9988.19-
YUV232.02127.42107.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 231 (90.62% from 255) = 33.92%
R=29.81%
G=36.27%
B=33.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032472310.1800.060.03158.1873.3388.24
HexCBF7E7120639e4958
Octal31336734722063236111130
Binary110010111111011111100111100100110111001111010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7E7; }

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

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

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

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

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

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

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

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