Html Css Color HEX #B0C9F6 Tropical Blue

📋 copy color: '#B0C9F6'

red 176 ◦ green 201 ◦ blue 246

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

Shades of Tropical Blue #B0C9F6

Tints of Tropical Blue #B0C9F6

RGB

 RED value IS 176 (69.14% from 255) = 28.25%

 GREEN value IS 201 (78.91% from 255) = 32.26%

 BLUE value IS 246 (96.48% from 255) = 39.49%

R = 28.25%
G = 32.26%
B = 39.49%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B0C9F6 (or 0xB0C9F6) is known color: Tropical Blue. HEX triplet: B0, C9 and F6. RGB value is (176,201,246). Sum of RGB (Red+Green+Blue) = 176+201+246=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #B0C9F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C9F6 is #4F3609. Grayscale: #C6C6C6. Windows color (decimal): -5191178 or 16173488. OLE color: 16173488.

HSL color Cylindrical-coordinate representation of color #B0C9F6: hue angle of 218.57º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0C9F6 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 201 246 -
CMYK 0.28 0.18 0 0.04
HSL 218.57º 0.8% 0.83% -
HSV(B) 218.57º 0.28% 0.96% -
XYZ 55.43 57.66 95.4 -
YUV 198.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 176 201 246 0.28 0.18 0 0.04 218.57 0.8 0.83
Hex B0 C9 F6 1C 12 0 4 DB 50 53
Octal 260 311 366 34 22 0 4 333 120 123
Binary 10110000 11001001 11110110 11100 10010 0 100 11011011 1010000 1010011

Color Harmonies of #B0C9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C9F6

Black with #B0C9F6

Text Example


Text Example

White with #B0C9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C9F6; }

 p { color: rgb(176,201,246); }

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

background-color css

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

 a { background-color: rgb(176,201,246); }

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

border-color css

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

 span { border-color: rgb(176,201,246); }

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