Shades of Light Blue #B8CDD4
Tints of Light Blue #B8CDD4
RGB
CMYK
RGB Variations
Color information
#B8CDD4 (or 0xB8CDD4) is known color: Light Blue. HEX triplet: B8, CD and D4. RGB value is (184,205,212). Sum of RGB (Red+Green+Blue) = 184+205+212=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #B8CDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDD4 is #47322B. Grayscale: #C7C7C7. Windows color (decimal): -4665900 or 13946296. OLE color: 13946296.
HSL color Cylindrical-coordinate representation of color #B8CDD4: hue angle of 195º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8CDD4 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 184 | 205 | 212 | - |
CMYK | 0.13 | 0.03 | 0 | 0.17 |
HSL | 195º | 0.25% | 0.78% | - |
HSV(B) | 195º | 0.13% | 0.83% | - |
XYZ | 53.48 | 58.61 | 70.78 | - |
YUV | 199.52 | 135.04 | 116.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 205 | 212 | 0.13 | 0.03 | 0 | 0.17 | 195 | 0.25 | 0.78 |
Hex | B8 | CD | D4 | D | 3 | 0 | 11 | C3 | 19 | 4E |
Octal | 270 | 315 | 324 | 15 | 3 | 0 | 21 | 303 | 31 | 116 |
Binary | 10111000 | 11001101 | 11010100 | 1101 | 11 | 0 | 10001 | 11000011 | 11001 | 1001110 |
Color Harmonies of #B8CDD4
Complementary color
Monochromatic Colors of #B8CDD4
Black with #B8CDD4
Text Example
Text Example
White with #B8CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDD4; }
p { color: rgb(184,205,212); }
H1.HeaderClassName
{
color: #B8CDD4;
}
.AnyTagClassName
{
color: #B8CDD4;
}
</style>
background-color css
<style>
a { background-color: #B8CDD4; }
a { background-color: rgb(184,205,212); }
div.DivClassName
{
background-color: #B8CDD4;
}
.BgClassName
{
background-color: #B8CDD4;
}
</style>
border-color css
<style>
span { border-color: #B8CDD4; }
span { border-color: rgb(184,205,212); }
td.TdClassName
{
border-color: #B8CDD4;
}
.TagClassName
{
border-color: #B8CDD4;
}
</style>