#B0CAEA

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

Shades of Tropical Blue #B0CAEA

Tints of Tropical Blue #B0CAEA

Color information

#B0CAEA (or 0xB0CAEA) is unknown color: approx Tropical Blue. HEX triplet: B0, CA and EA. RGB value is (176,202,234). Sum of RGB (Red+Green+Blue) = 176+202+234=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CAEA is #4F3515. Grayscale: #C5C5C5. Windows color (decimal): -5190934 or 15387312. OLE color: 15387312.

HSL color Cylindrical-coordinate representation of color #B0CAEA: hue angle of 213.1º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CAEA is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176202234-
CMYK0.250.1400.08
HSL213.1º58%80.39%-
HSV(B)213.1º24.79%91.76%-
XYZ53.8857.4186.08-
YUV197.87148.39112.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.76%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=28.76%
G=33.01%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762022340.250.1400.08213.15880.39
HexB0CAEA19E08d53a50
Octal260312352311601032572120
Binary10110000110010101110101011001111001000110101011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CAEA; }

 p { color: rgb(176,202,234); }

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

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

 a { background-color: rgb(176,202,234); }

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

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

 span { border-color: rgb(176,202,234); }

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