#B5CAEB

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

Shades of Tropical Blue #B5CAEB

Tints of Tropical Blue #B5CAEB

Color information

#B5CAEB (or 0xB5CAEB) is unknown color: approx Tropical Blue. HEX triplet: B5, CA and EB. RGB value is (181,202,235). Sum of RGB (Red+Green+Blue) = 181+202+235=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CAEB is #4A3514. Grayscale: #C7C7C7. Windows color (decimal): -4863253 or 15452853. OLE color: 15452853.

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

Color convert

RGB181202235-
CMYK0.230.1400.08
HSL216.67º57.45%81.57%-
HSV(B)216.67º22.98%92.16%-
XYZ55.1758.0686.9-
YUV199.48148.04114.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=29.29%
G=32.69%
B=38.03%

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
Decimal1812022350.230.1400.08216.6757.4581.57
HexB5CAEB17E08d93952
Octal265312353271601033171122
Binary10110101110010101110101110111111001000110110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CAEB; }

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

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

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

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

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

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

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

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