Html Css Color HEX #B9D2F3 Tropical Blue

📋 copy color: '#B9D2F3'

red 185 ◦ green 210 ◦ blue 243

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

Shades of Tropical Blue #B9D2F3

Tints of Tropical Blue #B9D2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 29%
G = 32.92%
B = 38.09%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B9D2F3 (or 0xB9D2F3) is known color: Tropical Blue. HEX triplet: B9, D2 and F3. RGB value is (185,210,243). Sum of RGB (Red+Green+Blue) = 185+210+243=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9D2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D2F3 is #462D0C. Grayscale: #CECECE. Windows color (decimal): -4599053 or 15979193. OLE color: 15979193.

HSL color Cylindrical-coordinate representation of color #B9D2F3: hue angle of 214.14º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9D2F3 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 210 243 -
CMYK 0.24 0.14 0 0.05
HSL 214.14º 0.71% 0.84% -
HSV(B) 214.14º 0.24% 0.95% -
XYZ 59.23 62.88 93.81 -
YUV 206.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 185 210 243 0.24 0.14 0 0.05 214.14 0.71 0.84
Hex B9 D2 F3 18 E 0 5 D6 47 54
Octal 271 322 363 30 16 0 5 326 107 124
Binary 10111001 11010010 11110011 11000 1110 0 101 11010110 1000111 1010100

Color Harmonies of #B9D2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D2F3

Black with #B9D2F3

Text Example


Text Example

White with #B9D2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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