#B4C8EA

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

Shades of Tropical Blue #B4C8EA

Tints of Tropical Blue #B4C8EA

Color information

#B4C8EA (or 0xB4C8EA) is unknown color: approx Tropical Blue. HEX triplet: B4, C8 and EA. RGB value is (180,200,234). Sum of RGB (Red+Green+Blue) = 180+200+234=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 200 (78.52% from 255 or 32.57% 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 #B4C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C8EA is #4B3715. Grayscale: #C5C5C5. Windows color (decimal): -4929302 or 15386804. OLE color: 15386804.

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

Color convert

RGB180200234-
CMYK0.230.1500.08
HSL217.78º56.25%81.18%-
HSV(B)217.78º23.08%91.76%-
XYZ54.3356.9585.97-
YUV197.9148.37115.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 200 (78.52% from 255) = 32.57%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=29.32%
G=32.57%
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
Decimal1802002340.230.1500.08217.7856.2581.18
HexB4C8EA17F08da3851
Octal264310352271701033270121
Binary10110100110010001110101010111111101000110110101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C8EA; }

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

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

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

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

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

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

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

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