#B4C5EA

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

Shades of Tropical Blue #B4C5EA

Tints of Tropical Blue #B4C5EA

Color information

#B4C5EA (or 0xB4C5EA) is unknown color: approx Tropical Blue. HEX triplet: B4, C5 and EA. RGB value is (180,197,234). Sum of RGB (Red+Green+Blue) = 180+197+234=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C5EA is #4B3A15. Grayscale: #C3C3C3. Windows color (decimal): -4930070 or 15386036. OLE color: 15386036.

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

Color convert

RGB180197234-
CMYK0.230.1600.08
HSL221.11º56.25%81.18%-
HSV(B)221.11º23.08%91.76%-
XYZ53.6455.5885.74-
YUV196.14149.37116.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.46%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=29.46%
G=32.24%
B=38.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801972340.230.1600.08221.1156.2581.18
HexB4C5EA171008dd3851
Octal264305352272001033570121
Binary101101001100010111101010101111000001000110111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C5EA; }

 p { color: rgb(180,197,234); }

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

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

 a { background-color: rgb(180,197,234); }

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

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

 span { border-color: rgb(180,197,234); }

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