Html Css Color HEX #B8D1EC Tropical Blue

📋 copy color: '#B8D1EC'

red 184 ◦ green 209 ◦ blue 236

#B8D1EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #B8D1EC

Tints of Tropical Blue #B8D1EC

RGB

 RED value IS 184 (72.27% from 255) = 29.25%

 GREEN value IS 209 (82.03% from 255) = 33.23%

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 29.25%
G = 33.23%
B = 37.52%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8D1EC (or 0xB8D1EC) is known color: Tropical Blue. HEX triplet: B8, D1 and EC. RGB value is (184,209,236). Sum of RGB (Red+Green+Blue) = 184+209+236=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8D1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D1EC is #472E13. Grayscale: #CCCCCC. Windows color (decimal): -4664852 or 15520184. OLE color: 15520184.

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

Color convert

RGB 184 209 236 -
CMYK 0.22 0.11 0 0.07
HSL 211.15º 0.58% 0.82% -
HSV(B) 211.15º 0.22% 0.93% -
XYZ 57.71 61.85 88.25 -
YUV 204.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 184 209 236 0.22 0.11 0 0.07 211.15 0.58 0.82
Hex B8 D1 EC 16 B 0 7 D3 3A 52
Octal 270 321 354 26 13 0 7 323 72 122
Binary 10111000 11010001 11101100 10110 1011 0 111 11010011 111010 1010010

Color Harmonies of #B8D1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D1EC

Black with #B8D1EC

Text Example


Text Example

White with #B8D1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D1EC; }

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

 H1.HeaderClassName
 {
   color: #B8D1EC;
 }
 .AnyTagClassName
 {
   color: #B8D1EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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