Html Css Color HEX #B0C6EB Tropical Blue

📋 copy color: '#B0C6EB'

red 176 ◦ green 198 ◦ blue 235

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

Shades of Tropical Blue #B0C6EB

Tints of Tropical Blue #B0C6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.59%

R = 28.9%
G = 32.51%
B = 38.59%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0C6EB (or 0xB0C6EB) is known color: Tropical Blue. HEX triplet: B0, C6 and EB. RGB value is (176,198,235). Sum of RGB (Red+Green+Blue) = 176+198+235=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0C6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C6EB is #4F3914. Grayscale: #C3C3C3. Windows color (decimal): -5191957 or 15451824. OLE color: 15451824.

HSL color Cylindrical-coordinate representation of color #B0C6EB: hue angle of 217.63º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C6EB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 198 235 -
CMYK 0.25 0.16 0 0.08
HSL 217.63º 0.6% 0.81% -
HSV(B) 217.63º 0.25% 0.92% -
XYZ 53.09 55.62 86.53 -
YUV 195.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 176 198 235 0.25 0.16 0 0.08 217.63 0.6 0.81
Hex B0 C6 EB 19 10 0 8 DA 3C 51
Octal 260 306 353 31 20 0 10 332 74 121
Binary 10110000 11000110 11101011 11001 10000 0 1000 11011010 111100 1010001

Color Harmonies of #B0C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C6EB

Black with #B0C6EB

Text Example


Text Example

White with #B0C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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