#B3CBFE

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

Shades of Tropical Blue #B3CBFE

Tints of Tropical Blue #B3CBFE

Color information

#B3CBFE (or 0xB3CBFE) is unknown color: approx Tropical Blue. HEX triplet: B3, CB and FE. RGB value is (179,203,254). Sum of RGB (Red+Green+Blue) = 179+203+254=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CBFE is #4C3401. Grayscale: #C9C9C9. Windows color (decimal): -4994050 or 16698291. OLE color: 16698291.

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

Color convert

RGB179203254-
CMYK0.300.2000.00
HSL220.8º97.4%84.9%-
HSV(B)220.8º29.53%99.61%-
XYZ57.8459.45102.19-
YUV201.64157.55111.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.14%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 254 (99.61% from 255) = 39.94%
R=28.14%
G=31.92%
B=39.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792032540.300.2000.00220.897.484.9
HexB3CBFE1E1400dd6155
Octal263313376362400335141125
Binary1011001111001011111111101111010100001101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBFE; }

 p { color: rgb(179,203,254); }

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

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

 a { background-color: rgb(179,203,254); }

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

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

 span { border-color: rgb(179,203,254); }

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