#B6CEEB

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

Shades of Tropical Blue #B6CEEB

Tints of Tropical Blue #B6CEEB

Color information

#B6CEEB (or 0xB6CEEB) is unknown color: approx Tropical Blue. HEX triplet: B6, CE and EB. RGB value is (182,206,235). Sum of RGB (Red+Green+Blue) = 182+206+235=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CEEB is #493114. Grayscale: #C9C9C9. Windows color (decimal): -4796693 or 15453878. OLE color: 15453878.

HSL color Cylindrical-coordinate representation of color #B6CEEB: hue angle of 212.83º 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 #B6CEEB is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182206235-
CMYK0.230.1200.08
HSL212.83º56.99%81.76%-
HSV(B)212.83º22.55%92.16%-
XYZ56.3660.0987.22-
YUV202.13146.55113.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=29.21%
G=33.07%
B=37.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822062350.230.1200.08212.8356.9981.76
HexB6CEEB17C08d53952
Octal266316353271401032571122
Binary10110110110011101110101110111110001000110101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CEEB; }

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

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

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

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

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

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

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

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