Html Css Color HEX #B9CDE8 Tropical Blue

📋 copy color: '#B9CDE8'

red 185 ◦ green 205 ◦ blue 232

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

Shades of Tropical Blue #B9CDE8

Tints of Tropical Blue #B9CDE8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.96%

 BLUE value IS 232 (91.02% from 255) = 37.3%

R = 29.74%
G = 32.96%
B = 37.3%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B9CDE8 (or 0xB9CDE8) is known color: Tropical Blue. HEX triplet: B9, CD and E8. RGB value is (185,205,232). Sum of RGB (Red+Green+Blue) = 185+205+232=622 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.74% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDE8 is #463217. Grayscale: #C9C9C9. Windows color (decimal): -4600344 or 15257017. OLE color: 15257017.

HSL color Cylindrical-coordinate representation of color #B9CDE8: hue angle of 214.47º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9CDE8 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 205 232 -
CMYK 0.20 0.12 0 0.09
HSL 214.47º 0.51% 0.82% -
HSV(B) 214.47º 0.2% 0.91% -
XYZ 56.4 59.8 84.91 -
YUV 202.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 185 205 232 0.20 0.12 0 0.09 214.47 0.51 0.82
Hex B9 CD E8 14 C 0 9 D6 33 52
Octal 271 315 350 24 14 0 11 326 63 122
Binary 10111001 11001101 11101000 10100 1100 0 1001 11010110 110011 1010010

Color Harmonies of #B9CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDE8

Black with #B9CDE8

Text Example


Text Example

White with #B9CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDE8; }

 p { color: rgb(185,205,232); }

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

background-color css

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

 a { background-color: rgb(185,205,232); }

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

border-color css

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

 span { border-color: rgb(185,205,232); }

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