Shades of Tropical Blue #B3CAED
Tints of Tropical Blue #B3CAED
RGB
CMYK
RGB Variations
Color information
#B3CAED (or 0xB3CAED) is known color: Tropical Blue. HEX triplet: B3, CA and ED. RGB value is (179,202,237). Sum of RGB (Red+Green+Blue) = 179+202+237=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CAED is #4C3512. Grayscale: #C6C6C6. Windows color (decimal): -4994323 or 15583923. OLE color: 15583923.
HSL color Cylindrical-coordinate representation of color #B3CAED: hue angle of 216.21º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CAED is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 202 | 237 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.07 |
| HSL | 216.21º | 0.62% | 0.82% | - |
| HSV(B) | 216.21º | 0.24% | 0.93% | - |
| XYZ | 55 | 57.94 | 88.41 | - |
| YUV | 199.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 237 | 0.24 | 0.15 | 0 | 0.07 | 216.21 | 0.62 | 0.82 |
| Hex | B3 | CA | ED | 18 | F | 0 | 7 | D8 | 3E | 52 |
| Octal | 263 | 312 | 355 | 30 | 17 | 0 | 7 | 330 | 76 | 122 |
| Binary | 10110011 | 11001010 | 11101101 | 11000 | 1111 | 0 | 111 | 11011000 | 111110 | 1010010 |
Color Harmonies of #B3CAED
Complementary color
Monochromatic Colors of #B3CAED
Black with #B3CAED
Text Example
Text Example
White with #B3CAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAED; }
p { color: rgb(179,202,237); }
H1.HeaderClassName
{
color: #B3CAED;
}
.AnyTagClassName
{
color: #B3CAED;
}
</style>
background-color css
<style>
a { background-color: #B3CAED; }
a { background-color: rgb(179,202,237); }
div.DivClassName
{
background-color: #B3CAED;
}
.BgClassName
{
background-color: #B3CAED;
}
</style>
border-color css
<style>
span { border-color: #B3CAED; }
span { border-color: rgb(179,202,237); }
td.TdClassName
{
border-color: #B3CAED;
}
.TagClassName
{
border-color: #B3CAED;
}
</style>