#B5CEEA

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

Shades of Tropical Blue #B5CEEA

Tints of Tropical Blue #B5CEEA

Color information

#B5CEEA (or 0xB5CEEA) is unknown color: approx Tropical Blue. HEX triplet: B5, CE and EA. RGB value is (181,206,234). Sum of RGB (Red+Green+Blue) = 181+206+234=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEEA is #4A3115. Grayscale: #C9C9C9. Windows color (decimal): -4862230 or 15388341. OLE color: 15388341.

HSL color Cylindrical-coordinate representation of color #B5CEEA: hue angle of 211.7º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5CEEA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181206234-
CMYK0.230.1200.08
HSL211.7º55.79%81.37%-
HSV(B)211.7º22.65%91.76%-
XYZ55.9859.9186.45-
YUV201.72146.22113.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.15%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=29.15%
G=33.17%
B=37.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812062340.230.1200.08211.755.7981.37
HexB5CEEA17C08d43851
Octal265316352271401032470121
Binary10110101110011101110101010111110001000110101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEEA; }

 p { color: rgb(181,206,234); }

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

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

 a { background-color: rgb(181,206,234); }

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

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

 span { border-color: rgb(181,206,234); }

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