#B5CDE8

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

Shades of Tropical Blue #B5CDE8

Tints of Tropical Blue #B5CDE8

Color information

#B5CDE8 (or 0xB5CDE8) is unknown color: approx Tropical Blue. HEX triplet: B5, CD and E8. RGB value is (181,205,232). Sum of RGB (Red+Green+Blue) = 181+205+232=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CDE8 is #4A3217. Grayscale: #C8C8C8. Windows color (decimal): -4862488 or 15257013. OLE color: 15257013.

HSL color Cylindrical-coordinate representation of color #B5CDE8: hue angle of 211.76º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5CDE8 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181205232-
CMYK0.220.1200.09
HSL211.76º52.58%80.98%-
HSV(B)211.76º21.98%90.98%-
XYZ55.4559.3184.87-
YUV200.9145.55113.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=29.29%
G=33.17%
B=37.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812052320.220.1200.09211.7652.5880.98
HexB5CDE816C09d43551
Octal265315350261401132465121
Binary10110101110011011110100010110110001001110101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDE8; }

 p { color: rgb(181,205,232); }

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

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

 a { background-color: rgb(181,205,232); }

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

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

 span { border-color: rgb(181,205,232); }

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