Html Css Color HEX #B0C5EB Tropical Blue

📋 copy color: '#B0C5EB'

red 176 ◦ green 197 ◦ blue 235

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

Shades of Tropical Blue #B0C5EB

Tints of Tropical Blue #B0C5EB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.4%

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

R = 28.95%
G = 32.4%
B = 38.65%

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

#B0C5EB (or 0xB0C5EB) is known color: Tropical Blue. HEX triplet: B0, C5 and EB. RGB value is (176,197,235). Sum of RGB (Red+Green+Blue) = 176+197+235=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0C5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5EB is #4F3A14. Grayscale: #C2C2C2. Windows color (decimal): -5192213 or 15451568. OLE color: 15451568.

HSL color Cylindrical-coordinate representation of color #B0C5EB: hue angle of 218.64º 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 #B0C5EB is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 197 235 -
CMYK 0.25 0.16 0 0.08
HSL 218.64º 0.6% 0.81% -
HSV(B) 218.64º 0.25% 0.92% -
XYZ 52.87 55.16 86.46 -
YUV 195.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 176 197 235 0.25 0.16 0 0.08 218.64 0.6 0.81
Hex B0 C5 EB 19 10 0 8 DB 3C 51
Octal 260 305 353 31 20 0 10 333 74 121
Binary 10110000 11000101 11101011 11001 10000 0 1000 11011011 111100 1010001

Color Harmonies of #B0C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C5EB

Black with #B0C5EB

Text Example


Text Example

White with #B0C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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