Shades of Tropical Blue #B5CCF2
Tints of Tropical Blue #B5CCF2
RGB
CMYK
RGB Variations
Color information
#B5CCF2 (or 0xB5CCF2) is known color: Tropical Blue. HEX triplet: B5, CC and F2. RGB value is (181,204,242). Sum of RGB (Red+Green+Blue) = 181+204+242=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #B5CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CCF2 is #4A330D. Grayscale: #C9C9C9. Windows color (decimal): -4862734 or 15912117. OLE color: 15912117.
HSL color Cylindrical-coordinate representation of color #B5CCF2: hue angle of 217.38º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5CCF2 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 181 | 204 | 242 | - |
CMYK | 0.25 | 0.16 | 0 | 0.05 |
HSL | 217.38º | 0.7% | 0.83% | - |
HSV(B) | 217.38º | 0.25% | 0.95% | - |
XYZ | 56.68 | 59.42 | 92.49 | - |
YUV | 201.46 | 150.88 | 113.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 204 | 242 | 0.25 | 0.16 | 0 | 0.05 | 217.38 | 0.7 | 0.83 |
Hex | B5 | CC | F2 | 19 | 10 | 0 | 5 | D9 | 46 | 53 |
Octal | 265 | 314 | 362 | 31 | 20 | 0 | 5 | 331 | 106 | 123 |
Binary | 10110101 | 11001100 | 11110010 | 11001 | 10000 | 0 | 101 | 11011001 | 1000110 | 1010011 |
Color Harmonies of #B5CCF2
Complementary color
Monochromatic Colors of #B5CCF2
Black with #B5CCF2
Text Example
Text Example
White with #B5CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CCF2; }
p { color: rgb(181,204,242); }
H1.HeaderClassName
{
color: #B5CCF2;
}
.AnyTagClassName
{
color: #B5CCF2;
}
</style>
background-color css
<style>
a { background-color: #B5CCF2; }
a { background-color: rgb(181,204,242); }
div.DivClassName
{
background-color: #B5CCF2;
}
.BgClassName
{
background-color: #B5CCF2;
}
</style>
border-color css
<style>
span { border-color: #B5CCF2; }
span { border-color: rgb(181,204,242); }
td.TdClassName
{
border-color: #B5CCF2;
}
.TagClassName
{
border-color: #B5CCF2;
}
</style>