Html Css Color HEX #B0C7F3 Tropical Blue

📋 copy color: '#B0C7F3'

red 176 ◦ green 199 ◦ blue 243

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

Shades of Tropical Blue #B0C7F3

Tints of Tropical Blue #B0C7F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.32%

R = 28.48%
G = 32.2%
B = 39.32%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0C7F3 (or 0xB0C7F3) is known color: Tropical Blue. HEX triplet: B0, C7 and F3. RGB value is (176,199,243). Sum of RGB (Red+Green+Blue) = 176+199+243=618 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.48% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0C7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7F3 is #4F380C. Grayscale: #C4C4C4. Windows color (decimal): -5191693 or 15976368. OLE color: 15976368.

HSL color Cylindrical-coordinate representation of color #B0C7F3: hue angle of 219.4º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0C7F3 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 199 243 -
CMYK 0.28 0.18 0 0.05
HSL 219.4º 0.74% 0.82% -
HSV(B) 219.4º 0.28% 0.95% -
XYZ 54.51 56.55 92.84 -
YUV 197.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 176 199 243 0.28 0.18 0 0.05 219.4 0.74 0.82
Hex B0 C7 F3 1C 12 0 5 DB 4A 52
Octal 260 307 363 34 22 0 5 333 112 122
Binary 10110000 11000111 11110011 11100 10010 0 101 11011011 1001010 1010010

Color Harmonies of #B0C7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C7F3

Black with #B0C7F3

Text Example


Text Example

White with #B0C7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C7F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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