#B5C8EF

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

Shades of Tropical Blue #B5C8EF

Tints of Tropical Blue #B5C8EF

Color information

#B5C8EF (or 0xB5C8EF) is unknown color: approx Tropical Blue. HEX triplet: B5, C8 and EF. RGB value is (181,200,239). Sum of RGB (Red+Green+Blue) = 181+200+239=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C8EF is #4A3710. Grayscale: #C6C6C6. Windows color (decimal): -4863761 or 15714485. OLE color: 15714485.

HSL color Cylindrical-coordinate representation of color #B5C8EF: hue angle of 220.34º 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 #B5C8EF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181200239-
CMYK0.240.1600.06
HSL220.34º64.44%82.35%-
HSV(B)220.34º24.27%93.73%-
XYZ55.2957.3689.82-
YUV198.76150.71115.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=29.19%
G=32.26%
B=38.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812002390.240.1600.06220.3464.4482.35
HexB5C8EF181006dc4052
Octal265310357302006334100122
Binary101101011100100011101111110001000001101101110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C8EF; }

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

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

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

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

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

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

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

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