#CBF6EB

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

Shades of Humming Bird #CBF6EB

Tints of Humming Bird #CBF6EB

Color information

#CBF6EB (or 0xCBF6EB) is unknown color: approx Humming Bird. HEX triplet: CB, F6 and EB. RGB value is (203,246,235). Sum of RGB (Red+Green+Blue) = 203+246+235=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF6EB is #340914. Grayscale: #E7E7E7. Windows color (decimal): -3410197 or 15464139. OLE color: 15464139.

HSL color Cylindrical-coordinate representation of color #CBF6EB: hue angle of 164.65º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6EB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB203246235-
CMYK0.1700.040.04
HSL164.65º70.49%88.04%-
HSV(B)164.65º17.48%96.47%-
XYZ72.5884.6191.1-
YUV231.89129.75107.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 246 (96.48% from 255) = 35.96%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=29.68%
G=35.96%
B=34.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032462350.1700.040.04164.6570.4988.04
HexCBF6EB11044a54658
Octal31336635321044245106130
Binary1100101111110110111010111000101001001010010110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6EB; }

 p { color: rgb(203,246,235); }

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

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

 a { background-color: rgb(203,246,235); }

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

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

 span { border-color: rgb(203,246,235); }

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