#B4C6ED

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

Shades of Tropical Blue #B4C6ED

Tints of Tropical Blue #B4C6ED

Color information

#B4C6ED (or 0xB4C6ED) is unknown color: approx Tropical Blue. HEX triplet: B4, C6 and ED. RGB value is (180,198,237). Sum of RGB (Red+Green+Blue) = 180+198+237=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #B4C6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C6ED is #4B3912. Grayscale: #C4C4C4. Windows color (decimal): -4929811 or 15582900. OLE color: 15582900.

HSL color Cylindrical-coordinate representation of color #B4C6ED: hue angle of 221.05º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4C6ED is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180198237-
CMYK0.240.1600.07
HSL221.05º61.29%81.76%-
HSV(B)221.05º24.05%92.94%-
XYZ54.356.2188.11-
YUV197.06150.54115.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.27%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=29.27%
G=32.20%
B=38.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801982370.240.1600.07221.0561.2981.76
HexB4C6ED181007dd3d52
Octal26430635530200733575122
Binary10110100110001101110110111000100000111110111011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C6ED; }

 p { color: rgb(180,198,237); }

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

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

 a { background-color: rgb(180,198,237); }

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

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

 span { border-color: rgb(180,198,237); }

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