Html Css Color HEX #B0C5EE Tropical Blue

📋 copy color: '#B0C5EE'

red 176 ◦ green 197 ◦ blue 238

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

Shades of Tropical Blue #B0C5EE

Tints of Tropical Blue #B0C5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 28.81%
G = 32.24%
B = 38.95%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0C5EE (or 0xB0C5EE) is known color: Tropical Blue. HEX triplet: B0, C5 and EE. RGB value is (176,197,238). Sum of RGB (Red+Green+Blue) = 176+197+238=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0C5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5EE is #4F3A11. Grayscale: #C3C3C3. Windows color (decimal): -5192210 or 15648176. OLE color: 15648176.

HSL color Cylindrical-coordinate representation of color #B0C5EE: hue angle of 219.68º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C5EE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 197 238 -
CMYK 0.26 0.17 0 0.07
HSL 219.68º 0.65% 0.81% -
HSV(B) 219.68º 0.26% 0.93% -
XYZ 53.3 55.34 88.76 -
YUV 195.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 176 197 238 0.26 0.17 0 0.07 219.68 0.65 0.81
Hex B0 C5 EE 1A 11 0 7 DC 41 51
Octal 260 305 356 32 21 0 7 334 101 121
Binary 10110000 11000101 11101110 11010 10001 0 111 11011100 1000001 1010001

Color Harmonies of #B0C5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C5EE

Black with #B0C5EE

Text Example


Text Example

White with #B0C5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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