#B6CCEF

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

Shades of Tropical Blue #B6CCEF

Tints of Tropical Blue #B6CCEF

Color information

#B6CCEF (or 0xB6CCEF) is unknown color: approx Tropical Blue. HEX triplet: B6, CC and EF. RGB value is (182,204,239). Sum of RGB (Red+Green+Blue) = 182+204+239=625 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.12% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6CCEF is #493310. Grayscale: #C9C9C9. Windows color (decimal): -4797201 or 15715510. OLE color: 15715510.

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

Color convert

RGB182204239-
CMYK0.240.1500.06
HSL216.84º64.04%82.55%-
HSV(B)216.84º23.85%93.73%-
XYZ56.4659.3690.14-
YUV201.41149.21114.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.12%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 239 (93.75% from 255) = 38.24%
R=29.12%
G=32.64%
B=38.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822042390.240.1500.06216.8464.0482.55
HexB6CCEF18F06d94053
Octal266314357301706331100123
Binary10110110110011001110111111000111101101101100110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CCEF; }

 p { color: rgb(182,204,239); }

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

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

 a { background-color: rgb(182,204,239); }

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

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

 span { border-color: rgb(182,204,239); }

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