#B6CBEE

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

Shades of Tropical Blue #B6CBEE

Tints of Tropical Blue #B6CBEE

Color information

#B6CBEE (or 0xB6CBEE) is unknown color: approx Tropical Blue. HEX triplet: B6, CB and EE. RGB value is (182,203,238). Sum of RGB (Red+Green+Blue) = 182+203+238=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #B6CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CBEE is #493411. Grayscale: #C8C8C8. Windows color (decimal): -4797458 or 15649718. OLE color: 15649718.

HSL color Cylindrical-coordinate representation of color #B6CBEE: hue angle of 217.5º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6CBEE is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182203238-
CMYK0.240.1500.07
HSL217.5º62.22%82.35%-
HSV(B)217.5º23.53%93.33%-
XYZ56.0858.8389.29-
YUV200.71149.04114.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=29.21%
G=32.58%
B=38.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822032380.240.1500.07217.562.2282.35
HexB6CBEE18F07da3e52
Octal26631335630170733276122
Binary1011011011001011111011101100011110111110110101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CBEE; }

 p { color: rgb(182,203,238); }

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

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

 a { background-color: rgb(182,203,238); }

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

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

 span { border-color: rgb(182,203,238); }

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