#B3CCFF

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

Shades of Tropical Blue #B3CCFF

Tints of Tropical Blue #B3CCFF

Color information

#B3CCFF (or 0xB3CCFF) is unknown color: approx Tropical Blue. HEX triplet: B3, CC and FF. RGB value is (179,204,255). Sum of RGB (Red+Green+Blue) = 179+204+255=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CCFF is #4C3300. Grayscale: #CACACA. Windows color (decimal): -4993793 or 16764083. OLE color: 16764083.

HSL color Cylindrical-coordinate representation of color #B3CCFF: hue angle of 220.26º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3CCFF is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179204255-
CMYK0.300.200
HSL220.26º100%85.1%-
HSV(B)220.26º29.8%100%-
XYZ58.2359.99103.12-
YUV202.34157.72111.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 255 (100% from 255) = 39.97%
R=28.06%
G=31.97%
B=39.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792042550.300.200220.2610085.1
HexB3CCFF1E1400dc6455
Octal263314377362400334144125
Binary1011001111001100111111111111010100001101110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CCFF; }

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

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

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

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

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

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

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

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