#B5CEEF

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

Shades of Tropical Blue #B5CEEF

Tints of Tropical Blue #B5CEEF

Color information

#B5CEEF (or 0xB5CEEF) is unknown color: approx Tropical Blue. HEX triplet: B5, CE and EF. RGB value is (181,206,239). Sum of RGB (Red+Green+Blue) = 181+206+239=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEEF is #4A3110. Grayscale: #CACACA. Windows color (decimal): -4862225 or 15716021. OLE color: 15716021.

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

Color convert

RGB181206239-
CMYK0.240.1400.06
HSL214.14º64.44%82.35%-
HSV(B)214.14º24.27%93.73%-
XYZ56.7160.290.29-
YUV202.29148.72112.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 206 (80.86% from 255) = 32.91%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=28.91%
G=32.91%
B=38.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812062390.240.1400.06214.1464.4482.35
HexB5CEEF18E06d64052
Octal265316357301606326100122
Binary10110101110011101110111111000111001101101011010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CEEF; }

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

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

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

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

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

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

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

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