#B8CEFD

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

Shades of Tropical Blue #B8CEFD

Tints of Tropical Blue #B8CEFD

Color information

#B8CEFD (or 0xB8CEFD) is unknown color: approx Tropical Blue. HEX triplet: B8, CE and FD. RGB value is (184,206,253). Sum of RGB (Red+Green+Blue) = 184+206+253=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CEFD is #473102. Grayscale: #CCCCCC. Windows color (decimal): -4665603 or 16633528. OLE color: 16633528.

HSL color Cylindrical-coordinate representation of color #B8CEFD: hue angle of 220.87º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8CEFD is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184206253-
CMYK0.270.1900.01
HSL220.87º94.52%85.69%-
HSV(B)220.87º27.27%99.22%-
XYZ59.5761.42101.65-
YUV204.78155.21113.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.62%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=28.62%
G=32.04%
B=39.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842062530.270.1900.01220.8794.5285.69
HexB8CEFD1B1301dd5f56
Octal270316375332301335137126
Binary1011100011001110111111011101110011011101110110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEFD; }

 p { color: rgb(184,206,253); }

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

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

 a { background-color: rgb(184,206,253); }

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

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

 span { border-color: rgb(184,206,253); }

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