Shades of Tropical Blue #B3CAEF
Tints of Tropical Blue #B3CAEF
RGB
CMYK
RGB Variations
Color information
#B3CAEF (or 0xB3CAEF) is known color: 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
| RGB | 179 | 202 | 239 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.06 |
| HSL | 217º | 0.65% | 0.82% | - |
| HSV(B) | 217º | 0.25% | 0.94% | - |
| XYZ | 55.29 | 58.06 | 89.95 | - |
| YUV | 199.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 239 | 0.25 | 0.15 | 0 | 0.06 | 217 | 0.65 | 0.82 |
| Hex | B3 | CA | EF | 19 | F | 0 | 6 | D9 | 41 | 52 |
| Octal | 263 | 312 | 357 | 31 | 17 | 0 | 6 | 331 | 101 | 122 |
| Binary | 10110011 | 11001010 | 11101111 | 11001 | 1111 | 0 | 110 | 11011001 | 1000001 | 1010010 |
Color Harmonies of #B3CAEF
Complementary color
Monochromatic Colors of #B3CAEF
Black with #B3CAEF
Text Example
Text Example
White with #B3CAEF
Text Example
Text Example
HTML Codes & Css Web 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>