#B3CAEF

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

Shades of Tropical Blue #B3CAEF

Tints of Tropical Blue #B3CAEF

Color information

#B3CAEF (or 0xB3CAEF) is unknown color: approx Tropical Blue. HEX triplet: B3, CA and EF. RGB value is (179,202,239). Sum of RGB (Red+Green+Blue) = 179+202+239=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAEF is #4C3510. Grayscale: #C7C7C7. Windows color (decimal): -4994321 or 15714995. OLE color: 15714995.

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

Color convert

RGB179202239-
CMYK0.250.1500.06
HSL217º65.22%81.96%-
HSV(B)217º25.1%93.73%-
XYZ55.2958.0689.95-
YUV199.34150.38113.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=28.87%
G=32.58%
B=38.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792022390.250.1500.0621765.2281.96
HexB3CAEF19F06d94152
Octal263312357311706331101122
Binary10110011110010101110111111001111101101101100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAEF; }

 p { color: rgb(179,202,239); }

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

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

 a { background-color: rgb(179,202,239); }

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

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

 span { border-color: rgb(179,202,239); }

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