#B8CEEF

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

Shades of Tropical Blue #B8CEEF

Tints of Tropical Blue #B8CEEF

Color information

#B8CEEF (or 0xB8CEEF) is unknown color: approx Tropical Blue. HEX triplet: B8, CE and EF. RGB value is (184,206,239). Sum of RGB (Red+Green+Blue) = 184+206+239=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8CEEF is #473110. Grayscale: #CBCBCB. Windows color (decimal): -4665617 or 15716024. OLE color: 15716024.

HSL color Cylindrical-coordinate representation of color #B8CEEF: hue angle of 216º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8CEEF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184206239-
CMYK0.230.1400.06
HSL216º63.22%82.94%-
HSV(B)216º23.01%93.73%-
XYZ57.4260.5690.33-
YUV203.18148.21114.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.25%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=29.25%
G=32.75%
B=38.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842062390.230.1400.0621663.2282.94
HexB8CEEF17E06d83f53
Octal27031635727160633077123
Binary1011100011001110111011111011111100110110110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEEF; }

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

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

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

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

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

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

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

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