#B6CDEB

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

Shades of Tropical Blue #B6CDEB

Tints of Tropical Blue #B6CDEB

Color information

#B6CDEB (or 0xB6CDEB) is unknown color: approx Tropical Blue. HEX triplet: B6, CD and EB. RGB value is (182,205,235). Sum of RGB (Red+Green+Blue) = 182+205+235=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CDEB is #493214. Grayscale: #C9C9C9. Windows color (decimal): -4796949 or 15453622. OLE color: 15453622.

HSL color Cylindrical-coordinate representation of color #B6CDEB: hue angle of 213.96º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6CDEB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182205235-
CMYK0.230.1300.08
HSL213.96º56.99%81.76%-
HSV(B)213.96º22.55%92.16%-
XYZ56.1259.6187.14-
YUV201.54146.88114.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.26%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=29.26%
G=32.96%
B=37.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822052350.230.1300.08213.9656.9981.76
HexB6CDEB17D08d63952
Octal266315353271501032671122
Binary10110110110011011110101110111110101000110101101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDEB; }

 p { color: rgb(182,205,235); }

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

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

 a { background-color: rgb(182,205,235); }

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

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

 span { border-color: rgb(182,205,235); }

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