Html Css Color HEX #B0C6FE Tropical Blue

📋 copy color: '#B0C6FE'

red 176 ◦ green 198 ◦ blue 254

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

Shades of Tropical Blue #B0C6FE

Tints of Tropical Blue #B0C6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.53%

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 28.03%
G = 31.53%
B = 40.45%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0C6FE (or 0xB0C6FE) is known color: Tropical Blue. HEX triplet: B0, C6 and FE. RGB value is (176,198,254). Sum of RGB (Red+Green+Blue) = 176+198+254=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C6FE is #4F3901. Grayscale: #C5C5C5. Windows color (decimal): -5191938 or 16697008. OLE color: 16697008.

HSL color Cylindrical-coordinate representation of color #B0C6FE: hue angle of 223.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C6FE is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 198 254 -
CMYK 0.31 0.22 0 0.00
HSL 223.08º 0.98% 0.84% -
HSV(B) 223.08º 0.31% 1% -
XYZ 55.99 56.77 101.77 -
YUV 197.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 176 198 254 0.31 0.22 0 0.00 223.08 0.98 0.84
Hex B0 C6 FE 1F 16 0 0 DF 62 54
Octal 260 306 376 37 26 0 0 337 142 124
Binary 10110000 11000110 11111110 11111 10110 0 0 11011111 1100010 1010100

Color Harmonies of #B0C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C6FE

Black with #B0C6FE

Text Example


Text Example

White with #B0C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C6FE; }

 p { color: rgb(176,198,254); }

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

background-color css

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

 a { background-color: rgb(176,198,254); }

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

border-color css

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

 span { border-color: rgb(176,198,254); }

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