#B8CEFE

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

Shades of Tropical Blue #B8CEFE

Tints of Tropical Blue #B8CEFE

Color information

#B8CEFE (or 0xB8CEFE) is unknown color: approx Tropical Blue. HEX triplet: B8, CE and FE. RGB value is (184,206,254). Sum of RGB (Red+Green+Blue) = 184+206+254=644 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.57% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CEFE is #473101. Grayscale: #CCCCCC. Windows color (decimal): -4665602 or 16699064. OLE color: 16699064.

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

Color convert

RGB184206254-
CMYK0.280.1900.00
HSL221.14º97.22%85.88%-
HSV(B)221.14º27.56%99.61%-
XYZ59.7361.49102.49-
YUV204.89155.71113.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.57%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=28.57%
G=31.99%
B=39.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842062540.280.1900.00221.1497.2285.88
HexB8CEFE1C1300dd6156
Octal270316376342300335141126
Binary1011100011001110111111101110010011001101110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEFE; }

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

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

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

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

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

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

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

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