#B0C9EF

Color #B0C9EF Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #B0C9EF

Tints of Tropical Blue #B0C9EF

Color information

#B0C9EF (or 0xB0C9EF) is unknown color: approx Tropical Blue. HEX triplet: B0, C9 and EF. RGB value is (176,201,239). Sum of RGB (Red+Green+Blue) = 176+201+239=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C9EF is #4F3610. Grayscale: #C5C5C5. Windows color (decimal): -5191185 or 15714736. OLE color: 15714736.

HSL color Cylindrical-coordinate representation of color #B0C9EF: hue angle of 216.19º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C9EF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176201239-
CMYK0.260.1600.06
HSL216.19º66.32%81.37%-
HSV(B)216.19º26.36%93.73%-
XYZ54.3757.2489.84-
YUV197.86151.22112.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.57%
GREEN value IS 201 (78.91% from 255) = 32.63%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=28.57%
G=32.63%
B=38.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762012390.260.1600.06216.1966.3281.37
HexB0C9EF1A1006d84251
Octal260311357322006330102121
Binary101100001100100111101111110101000001101101100010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C9EF; }

 p { color: rgb(176,201,239); }

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

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

 a { background-color: rgb(176,201,239); }

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

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

 span { border-color: rgb(176,201,239); }

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