#B8D1EB

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

Shades of Tropical Blue #B8D1EB

Tints of Tropical Blue #B8D1EB

Color information

#B8D1EB (or 0xB8D1EB) is unknown color: approx Tropical Blue. HEX triplet: B8, D1 and EB. RGB value is (184,209,235). Sum of RGB (Red+Green+Blue) = 184+209+235=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8D1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D1EB is #472E14. Grayscale: #CCCCCC. Windows color (decimal): -4664853 or 15454648. OLE color: 15454648.

HSL color Cylindrical-coordinate representation of color #B8D1EB: hue angle of 210.59º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8D1EB is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184209235-
CMYK0.220.1100.08
HSL210.59º56.04%82.16%-
HSV(B)210.59º21.7%92.16%-
XYZ57.5661.7987.49-
YUV204.49145.22113.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.30%
GREEN value IS 209 (82.03% from 255) = 33.28%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=29.30%
G=33.28%
B=37.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842092350.220.1100.08210.5956.0482.16
HexB8D1EB16B08d33852
Octal270321353261301032370122
Binary10111000110100011110101110110101101000110100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D1EB; }

 p { color: rgb(184,209,235); }

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

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

 a { background-color: rgb(184,209,235); }

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

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

 span { border-color: rgb(184,209,235); }

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