#B3CCEE

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

Shades of Tropical Blue #B3CCEE

Tints of Tropical Blue #B3CCEE

Color information

#B3CCEE (or 0xB3CCEE) is unknown color: approx Tropical Blue. HEX triplet: B3, CC and EE. RGB value is (179,204,238). Sum of RGB (Red+Green+Blue) = 179+204+238=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CCEE is #4C3311. Grayscale: #C8C8C8. Windows color (decimal): -4993810 or 15649971. OLE color: 15649971.

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

Color convert

RGB179204238-
CMYK0.250.1400.07
HSL214.58º63.44%81.76%-
HSV(B)214.58º24.79%93.33%-
XYZ55.6258.9489.33-
YUV200.4149.22112.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=28.82%
G=32.85%
B=38.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792042380.250.1400.07214.5863.4481.76
HexB3CCEE19E07d73f52
Octal26331435631160732777122
Binary1011001111001100111011101100111100111110101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCEE; }

 p { color: rgb(179,204,238); }

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

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

 a { background-color: rgb(179,204,238); }

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

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

 span { border-color: rgb(179,204,238); }

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