#B0C8FF

Color #B0C8FF Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #B0C8FF

Tints of Tropical Blue #B0C8FF

Color information

#B0C8FF (or 0xB0C8FF) is unknown color: approx Tropical Blue. HEX triplet: B0, C8 and FF. RGB value is (176,200,255). Sum of RGB (Red+Green+Blue) = 176+200+255=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C8FF is #4F3700. Grayscale: #C6C6C6. Windows color (decimal): -5191425 or 16763056. OLE color: 16763056.

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

Color convert

RGB176200255-
CMYK0.310.2200
HSL221.77º100%84.51%-
HSV(B)221.77º30.98%100%-
XYZ56.6157.76102.77-
YUV199.09159.55111.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 200 (78.52% from 255) = 31.70%
BLUE value IS 255 (100% from 255) = 40.41%
R=27.89%
G=31.70%
B=40.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762002550.310.2200221.7710084.51
HexB0C8FF1F1600de6455
Octal260310377372600336144125
Binary1011000011001000111111111111110110001101111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8FF; }

 p { color: rgb(176,200,255); }

 H1.HeaderClassName
 {
   color: #B0C8FF;
 }
 .AnyTagClassName
 {
   color: #B0C8FF;
 }
</style>
background-color css

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

 a { background-color: rgb(176,200,255); }

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

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

 span { border-color: rgb(176,200,255); }

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