Html Css Color HEX #B0C5F9 Tropical Blue

📋 copy color: '#B0C5F9'

red 176 ◦ green 197 ◦ blue 249

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

Shades of Tropical Blue #B0C5F9

Tints of Tropical Blue #B0C5F9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.67%

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

R = 28.3%
G = 31.67%
B = 40.03%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0C5F9 (or 0xB0C5F9) is known color: Tropical Blue. HEX triplet: B0, C5 and F9. RGB value is (176,197,249). Sum of RGB (Red+Green+Blue) = 176+197+249=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0C5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5F9 is #4F3A06. Grayscale: #C4C4C4. Windows color (decimal): -5192199 or 16369072. OLE color: 16369072.

HSL color Cylindrical-coordinate representation of color #B0C5F9: hue angle of 222.74º 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 #B0C5F9 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 197 249 -
CMYK 0.29 0.21 0 0.02
HSL 222.74º 0.86% 0.83% -
HSV(B) 222.74º 0.29% 0.98% -
XYZ 54.97 56 97.53 -
YUV 196.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 176 197 249 0.29 0.21 0 0.02 222.74 0.86 0.83
Hex B0 C5 F9 1D 15 0 2 DF 56 53
Octal 260 305 371 35 25 0 2 337 126 123
Binary 10110000 11000101 11111001 11101 10101 0 10 11011111 1010110 1010011

Color Harmonies of #B0C5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C5F9

Black with #B0C5F9

Text Example


Text Example

White with #B0C5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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