#B5CDEA

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

Shades of Tropical Blue #B5CDEA

Tints of Tropical Blue #B5CDEA

Color information

#B5CDEA (or 0xB5CDEA) is unknown color: approx Tropical Blue. HEX triplet: B5, CD and EA. RGB value is (181,205,234). Sum of RGB (Red+Green+Blue) = 181+205+234=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CDEA is #4A3215. Grayscale: #C8C8C8. Windows color (decimal): -4862486 or 15388085. OLE color: 15388085.

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

Color convert

RGB181205234-
CMYK0.230.1200.08
HSL212.83º55.79%81.37%-
HSV(B)212.83º22.65%91.76%-
XYZ55.7459.4386.37-
YUV201.13146.55113.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=29.19%
G=33.06%
B=37.74%

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
Decimal1812052340.230.1200.08212.8355.7981.37
HexB5CDEA17C08d53851
Octal265315352271401032570121
Binary10110101110011011110101010111110001000110101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDEA; }

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

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

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

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

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

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

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

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