#B7C8FF

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

Shades of Tropical Blue #B7C8FF

Tints of Tropical Blue #B7C8FF

Color information

#B7C8FF (or 0xB7C8FF) is unknown color: approx Tropical Blue. HEX triplet: B7, C8 and FF. RGB value is (183,200,255). Sum of RGB (Red+Green+Blue) = 183+200+255=638 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.68% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7C8FF is #483700. Grayscale: #C8C8C8. Windows color (decimal): -4732673 or 16763063. OLE color: 16763063.

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

Color convert

RGB183200255-
CMYK0.280.2200
HSL225.83º100%85.88%-
HSV(B)225.83º28.24%100%-
XYZ58.2358.6102.85-
YUV201.19158.37115.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.68%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 255 (100% from 255) = 39.97%
R=28.68%
G=31.35%
B=39.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832002550.280.2200225.8310085.88
HexB7C8FF1C1600e26456
Octal267310377342600342144126
Binary1011011111001000111111111110010110001110001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C8FF; }

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

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

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

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

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

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

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

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