#B8CEFB

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

Shades of Tropical Blue #B8CEFB

Tints of Tropical Blue #B8CEFB

Color information

#B8CEFB (or 0xB8CEFB) is unknown color: approx Tropical Blue. HEX triplet: B8, CE and FB. RGB value is (184,206,251). Sum of RGB (Red+Green+Blue) = 184+206+251=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CEFB is #473104. Grayscale: #CCCCCC. Windows color (decimal): -4665605 or 16502456. OLE color: 16502456.

HSL color Cylindrical-coordinate representation of color #B8CEFB: hue angle of 220.3º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8CEFB is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184206251-
CMYK0.270.1800.02
HSL220.3º89.33%85.29%-
HSV(B)220.3º26.69%98.43%-
XYZ59.2561.399.98-
YUV204.55154.21113.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.71%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=28.71%
G=32.14%
B=39.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842062510.270.1800.02220.389.3385.29
HexB8CEFB1B1202dc5955
Octal270316373332202334131125
Binary10111000110011101111101111011100100101101110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEFB; }

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

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

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

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

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

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

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

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