#B5C7EA

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

Shades of Tropical Blue #B5C7EA

Tints of Tropical Blue #B5C7EA

Color information

#B5C7EA (or 0xB5C7EA) is unknown color: approx Tropical Blue. HEX triplet: B5, C7 and EA. RGB value is (181,199,234). Sum of RGB (Red+Green+Blue) = 181+199+234=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5C7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C7EA is #4A3815. Grayscale: #C5C5C5. Windows color (decimal): -4864022 or 15386549. OLE color: 15386549.

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

Color convert

RGB181199234-
CMYK0.230.1500.08
HSL219.62º55.79%81.37%-
HSV(B)219.62º22.65%91.76%-
XYZ54.3356.6185.91-
YUV197.61148.54116.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.48%
GREEN value IS 199 (78.12% from 255) = 32.41%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=29.48%
G=32.41%
B=38.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811992340.230.1500.08219.6255.7981.37
HexB5C7EA17F08dc3851
Octal265307352271701033470121
Binary10110101110001111110101010111111101000110111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C7EA; }

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

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

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

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

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

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

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

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