#B7CEFF

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

Shades of Tropical Blue #B7CEFF

Tints of Tropical Blue #B7CEFF

Color information

#B7CEFF (or 0xB7CEFF) is unknown color: approx Tropical Blue. HEX triplet: B7, CE and FF. RGB value is (183,206,255). Sum of RGB (Red+Green+Blue) = 183+206+255=644 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.42% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7CEFF is #483100. Grayscale: #CCCCCC. Windows color (decimal): -4731137 or 16764599. OLE color: 16764599.

HSL color Cylindrical-coordinate representation of color #B7CEFF: hue angle of 220.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 #B7CEFF is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183206255-
CMYK0.280.1900
HSL220.83º100%85.88%-
HSV(B)220.83º28.24%100%-
XYZ59.6561.43103.32-
YUV204.71156.38112.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.42%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 255 (100% from 255) = 39.60%
R=28.42%
G=31.99%
B=39.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832062550.280.1900220.8310085.88
HexB7CEFF1C1300dd6456
Octal267316377342300335144126
Binary1011011111001110111111111110010011001101110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CEFF; }

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

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

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

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

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

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

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

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