#B0CCEA

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

Shades of Tropical Blue #B0CCEA

Tints of Tropical Blue #B0CCEA

Color information

#B0CCEA (or 0xB0CCEA) is unknown color: approx Tropical Blue. HEX triplet: B0, CC and EA. RGB value is (176,204,234). Sum of RGB (Red+Green+Blue) = 176+204+234=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CCEA is #4F3315. Grayscale: #C6C6C6. Windows color (decimal): -5190422 or 15387824. OLE color: 15387824.

HSL color Cylindrical-coordinate representation of color #B0CCEA: hue angle of 211.03º 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 #B0CCEA is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176204234-
CMYK0.250.1300.08
HSL211.03º58%80.39%-
HSV(B)211.03º24.79%91.76%-
XYZ54.3558.3686.24-
YUV199.05147.72111.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=28.66%
G=33.22%
B=38.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762042340.250.1300.08211.035880.39
HexB0CCEA19D08d33a50
Octal260314352311501032372120
Binary10110000110011001110101011001110101000110100111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCEA; }

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

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

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

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

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

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

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

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