#CBF7ED

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

Shades of Humming Bird #CBF7ED

Tints of Humming Bird #CBF7ED

Color information

#CBF7ED (or 0xCBF7ED) is unknown color: approx Humming Bird. HEX triplet: CB, F7 and ED. RGB value is (203,247,237). Sum of RGB (Red+Green+Blue) = 203+247+237=687 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.55% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF7ED is #340812. Grayscale: #E8E8E8. Windows color (decimal): -3409939 or 15595467. OLE color: 15595467.

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

Color convert

RGB203247237-
CMYK0.1800.040.03
HSL166.36º73.33%88.24%-
HSV(B)166.36º17.81%96.86%-
XYZ73.1885.3392.73-
YUV232.7130.42106.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.55%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 237 (92.97% from 255) = 34.50%
R=29.55%
G=35.95%
B=34.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032472370.1800.040.03166.3673.3388.24
HexCBF7ED12043a64958
Octal31336735522043246111130
Binary110010111111011111101101100100100111010011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7ED; }

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

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

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

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

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

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

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

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