Html Css Color HEX #B0C7FB Tropical Blue

📋 copy color: '#B0C7FB'

red 176 ◦ green 199 ◦ blue 251

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

Shades of Tropical Blue #B0C7FB

Tints of Tropical Blue #B0C7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.1%

R = 28.12%
G = 31.79%
B = 40.1%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0C7FB (or 0xB0C7FB) is known color: Tropical Blue. HEX triplet: B0, C7 and FB. RGB value is (176,199,251). Sum of RGB (Red+Green+Blue) = 176+199+251=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0C7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7FB is #4F3804. Grayscale: #C5C5C5. Windows color (decimal): -5191685 or 16500656. OLE color: 16500656.

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

Color convert

RGB 176 199 251 -
CMYK 0.30 0.21 0 0.02
HSL 221.6º 0.9% 0.84% -
HSV(B) 221.6º 0.3% 0.98% -
XYZ 55.74 57.04 99.34 -
YUV 198.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 176 199 251 0.30 0.21 0 0.02 221.6 0.9 0.84
Hex B0 C7 FB 1E 15 0 2 DE 5A 54
Octal 260 307 373 36 25 0 2 336 132 124
Binary 10110000 11000111 11111011 11110 10101 0 10 11011110 1011010 1010100

Color Harmonies of #B0C7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C7FB

Black with #B0C7FB

Text Example


Text Example

White with #B0C7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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