Html Css Color HEX #B9D2EE Tropical Blue

📋 copy color: '#B9D2EE'

red 185 ◦ green 210 ◦ blue 238

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

Shades of Tropical Blue #B9D2EE

Tints of Tropical Blue #B9D2EE

RGB

 RED value IS 185 (72.66% from 255) = 29.23%

 GREEN value IS 210 (82.42% from 255) = 33.18%

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 29.23%
G = 33.18%
B = 37.6%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9D2EE (or 0xB9D2EE) is known color: Tropical Blue. HEX triplet: B9, D2 and EE. RGB value is (185,210,238). Sum of RGB (Red+Green+Blue) = 185+210+238=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2EE is #462D11. Grayscale: #CDCDCD. Windows color (decimal): -4599058 or 15651513. OLE color: 15651513.

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

Color convert

RGB 185 210 238 -
CMYK 0.22 0.12 0 0.07
HSL 211.7º 0.61% 0.83% -
HSV(B) 211.7º 0.22% 0.93% -
XYZ 58.49 62.58 89.89 -
YUV 205.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 185 210 238 0.22 0.12 0 0.07 211.7 0.61 0.83
Hex B9 D2 EE 16 C 0 7 D4 3D 53
Octal 271 322 356 26 14 0 7 324 75 123
Binary 10111001 11010010 11101110 10110 1100 0 111 11010100 111101 1010011

Color Harmonies of #B9D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2EE

Black with #B9D2EE

Text Example


Text Example

White with #B9D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2EE; }

 p { color: rgb(185,210,238); }

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

background-color css

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

 a { background-color: rgb(185,210,238); }

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

border-color css

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

 span { border-color: rgb(185,210,238); }

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