#B5CBEA

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

Shades of Tropical Blue #B5CBEA

Tints of Tropical Blue #B5CBEA

Color information

#B5CBEA (or 0xB5CBEA) is unknown color: approx Tropical Blue. HEX triplet: B5, CB and EA. RGB value is (181,203,234). Sum of RGB (Red+Green+Blue) = 181+203+234=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CBEA is #4A3415. Grayscale: #C7C7C7. Windows color (decimal): -4862998 or 15387573. OLE color: 15387573.

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

Color convert

RGB181203234-
CMYK0.230.1300.08
HSL215.09º55.79%81.37%-
HSV(B)215.09º22.65%91.76%-
XYZ55.2658.4886.22-
YUV199.96147.21114.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=29.29%
G=32.85%
B=37.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812032340.230.1300.08215.0955.7981.37
HexB5CBEA17D08d73851
Octal265313352271501032770121
Binary10110101110010111110101010111110101000110101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBEA; }

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

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

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

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

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

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

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

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