#B0C7FE

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

Shades of Tropical Blue #B0C7FE

Tints of Tropical Blue #B0C7FE

Color information

#B0C7FE (or 0xB0C7FE) is unknown color: approx Tropical Blue. HEX triplet: B0, C7 and FE. RGB value is (176,199,254). Sum of RGB (Red+Green+Blue) = 176+199+254=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7FE is #4F3801. Grayscale: #C6C6C6. Windows color (decimal): -5191682 or 16697264. OLE color: 16697264.

HSL color Cylindrical-coordinate representation of color #B0C7FE: hue angle of 222.31º 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 #B0C7FE is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176199254-
CMYK0.310.2200.00
HSL222.31º97.5%84.31%-
HSV(B)222.31º30.71%99.61%-
XYZ56.2257.23101.85-
YUV198.39159.38112.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.98%
GREEN value IS 199 (78.12% from 255) = 31.64%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=27.98%
G=31.64%
B=40.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761992540.310.2200.00222.3197.584.31
HexB0C7FE1F1600de6254
Octal260307376372600336142124
Binary1011000011000111111111101111110110001101111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C7FE; }

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

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

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

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

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

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

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

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