#B5C7FC

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

Shades of Tropical Blue #B5C7FC

Tints of Tropical Blue #B5C7FC

Color information

#B5C7FC (or 0xB5C7FC) is unknown color: approx Tropical Blue. HEX triplet: B5, C7 and FC. RGB value is (181,199,252). Sum of RGB (Red+Green+Blue) = 181+199+252=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #B5C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C7FC is #4A3803. Grayscale: #C7C7C7. Windows color (decimal): -4864004 or 16566197. OLE color: 16566197.

HSL color Cylindrical-coordinate representation of color #B5C7FC: hue angle of 224.79º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5C7FC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181199252-
CMYK0.280.2100.01
HSL224.79º92.21%84.9%-
HSV(B)224.79º28.17%98.82%-
XYZ57.0557.7100.23-
YUV199.66157.54114.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.64%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 252 (98.83% from 255) = 39.87%
R=28.64%
G=31.49%
B=39.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811992520.280.2100.01224.7992.2184.9
HexB5C7FC1C1501e15c55
Octal265307374342501341134125
Binary1011010111000111111111001110010101011110000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C7FC; }

 p { color: rgb(181,199,252); }

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

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

 a { background-color: rgb(181,199,252); }

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

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

 span { border-color: rgb(181,199,252); }

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