#CBF5EA

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

Shades of Humming Bird #CBF5EA

Tints of Humming Bird #CBF5EA

Color information

#CBF5EA (or 0xCBF5EA) is unknown color: approx Humming Bird. HEX triplet: CB, F5 and EA. RGB value is (203,245,234). Sum of RGB (Red+Green+Blue) = 203+245+234=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF5EA is #340A15. Grayscale: #E7E7E7. Windows color (decimal): -3410454 or 15398347. OLE color: 15398347.

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

Color convert

RGB203245234-
CMYK0.1700.040.04
HSL164.29º67.74%87.84%-
HSV(B)164.29º17.14%96.08%-
XYZ72.1383.9490.24-
YUV231.19129.59107.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=29.77%
G=35.92%
B=34.31%

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
Decimal2032452340.1700.040.04164.2967.7487.84
HexCBF5EA11044a44458
Octal31336535221044244104130
Binary1100101111110101111010101000101001001010010010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5EA; }

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

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

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

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

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

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

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

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