Html Css Color HEX #B0C7FA Tropical Blue

📋 copy color: '#B0C7FA'

red 176 ◦ green 199 ◦ blue 250

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

Shades of Tropical Blue #B0C7FA

Tints of Tropical Blue #B0C7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.84%

 BLUE value IS 250 (98.05% from 255) = 40%

R = 28.16%
G = 31.84%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0C7FA (or 0xB0C7FA) is known color: Tropical Blue. HEX triplet: B0, C7 and FA. RGB value is (176,199,250). Sum of RGB (Red+Green+Blue) = 176+199+250=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7FA is #4F3805. Grayscale: #C5C5C5. Windows color (decimal): -5191686 or 16435120. OLE color: 16435120.

HSL color Cylindrical-coordinate representation of color #B0C7FA: hue angle of 221.35º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C7FA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 199 250 -
CMYK 0.30 0.20 0 0.02
HSL 221.35º 0.88% 0.84% -
HSV(B) 221.35º 0.3% 0.98% -
XYZ 55.58 56.98 98.51 -
YUV 197.94 157.38 112.35 -
System Red Green Blue C M Y K H S L
Decimal 176 199 250 0.30 0.20 0 0.02 221.35 0.88 0.84
Hex B0 C7 FA 1E 14 0 2 DD 58 54
Octal 260 307 372 36 24 0 2 335 130 124
Binary 10110000 11000111 11111010 11110 10100 0 10 11011101 1011000 1010100

Color Harmonies of #B0C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C7FA

Black with #B0C7FA

Text Example


Text Example

White with #B0C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C7FA; }

 p { color: rgb(176,199,250); }

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

background-color css

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

 a { background-color: rgb(176,199,250); }

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

border-color css

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

 span { border-color: rgb(176,199,250); }

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