#B5CAEA

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

Shades of Tropical Blue #B5CAEA

Tints of Tropical Blue #B5CAEA

Color information

#B5CAEA (or 0xB5CAEA) is unknown color: approx Tropical Blue. HEX triplet: B5, CA and EA. RGB value is (181,202,234). Sum of RGB (Red+Green+Blue) = 181+202+234=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CAEA is #4A3515. Grayscale: #C7C7C7. Windows color (decimal): -4863254 or 15387317. OLE color: 15387317.

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

Color convert

RGB181202234-
CMYK0.230.1400.08
HSL216.23º55.79%81.37%-
HSV(B)216.23º22.65%91.76%-
XYZ55.0358.0186.14-
YUV199.37147.54114.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=29.34%
G=32.74%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812022340.230.1400.08216.2355.7981.37
HexB5CAEA17E08d83851
Octal265312352271601033070121
Binary10110101110010101110101010111111001000110110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAEA; }

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

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

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

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

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

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

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

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