#CBF5EB

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

Shades of Humming Bird #CBF5EB

Tints of Humming Bird #CBF5EB

Color information

#CBF5EB (or 0xCBF5EB) is unknown color: approx Humming Bird. HEX triplet: CB, F5 and EB. RGB value is (203,245,235). Sum of RGB (Red+Green+Blue) = 203+245+235=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF5EB is #340A14. Grayscale: #E7E7E7. Windows color (decimal): -3410453 or 15463883. OLE color: 15463883.

HSL color Cylindrical-coordinate representation of color #CBF5EB: hue angle of 165.71º degrees, saturation: 0.68, 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 #CBF5EB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB203245235-
CMYK0.1700.040.04
HSL165.71º67.74%87.84%-
HSV(B)165.71º17.14%96.08%-
XYZ72.288491-
YUV231.3130.09107.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 245 (96.09% from 255) = 35.87%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=29.72%
G=35.87%
B=34.41%

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
Decimal2032452350.1700.040.04165.7167.7487.84
HexCBF5EB11044a64458
Octal31336535321044246104130
Binary1100101111110101111010111000101001001010011010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5EB; }

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

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

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

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

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

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

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

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