Html Css Color HEX #B0C8F9 Tropical Blue

📋 copy color: '#B0C8F9'

red 176 ◦ green 200 ◦ blue 249

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

Shades of Tropical Blue #B0C8F9

Tints of Tropical Blue #B0C8F9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32%

 BLUE value IS 249 (97.66% from 255) = 39.84%

R = 28.16%
G = 32%
B = 39.84%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0C8F9 (or 0xB0C8F9) is known color: Tropical Blue. HEX triplet: B0, C8 and F9. RGB value is (176,200,249). Sum of RGB (Red+Green+Blue) = 176+200+249=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C8F9 is #4F3706. Grayscale: #C6C6C6. Windows color (decimal): -5191431 or 16369840. OLE color: 16369840.

HSL color Cylindrical-coordinate representation of color #B0C8F9: hue angle of 220.27º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0C8F9 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 200 249 -
CMYK 0.29 0.20 0 0.02
HSL 220.27º 0.86% 0.83% -
HSV(B) 220.27º 0.29% 0.98% -
XYZ 55.66 57.38 97.76 -
YUV 198.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 176 200 249 0.29 0.20 0 0.02 220.27 0.86 0.83
Hex B0 C8 F9 1D 14 0 2 DC 56 53
Octal 260 310 371 35 24 0 2 334 126 123
Binary 10110000 11001000 11111001 11101 10100 0 10 11011100 1010110 1010011

Color Harmonies of #B0C8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C8F9

Black with #B0C8F9

Text Example


Text Example

White with #B0C8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C8F9; }

 p { color: rgb(176,200,249); }

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

background-color css

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

 a { background-color: rgb(176,200,249); }

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

border-color css

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

 span { border-color: rgb(176,200,249); }

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