#B3CBFA

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

Shades of Tropical Blue #B3CBFA

Tints of Tropical Blue #B3CBFA

Color information

#B3CBFA (or 0xB3CBFA) is unknown color: approx Tropical Blue. HEX triplet: B3, CB and FA. RGB value is (179,203,250). Sum of RGB (Red+Green+Blue) = 179+203+250=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CBFA is #4C3405. Grayscale: #C8C8C8. Windows color (decimal): -4994054 or 16436147. OLE color: 16436147.

HSL color Cylindrical-coordinate representation of color #B3CBFA: hue angle of 219.72º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3CBFA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179203250-
CMYK0.280.1900.02
HSL219.72º87.65%84.12%-
HSV(B)219.72º28.4%98.04%-
XYZ57.259.298.85-
YUV201.18155.55112.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.32%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=28.32%
G=32.12%
B=39.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792032500.280.1900.02219.7287.6584.12
HexB3CBFA1C1302dc5854
Octal263313372342302334130124
Binary10110011110010111111101011100100110101101110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CBFA; }

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

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

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

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

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

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

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

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