Shades of Jordy Blue #83B2DD
Tints of Jordy Blue #83B2DD
RGB
CMYK
RGB Variations
Color information
#83B2DD (or 0x83B2DD) is known color: Jordy Blue. HEX triplet: 83, B2 and DD. RGB value is (131,178,221). Sum of RGB (Red+Green+Blue) = 131+178+221=530 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.72% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #83B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B2DD is #7C4D22. Grayscale: #A8A8A8. Windows color (decimal): -8146211 or 14529155. OLE color: 14529155.
HSL color Cylindrical-coordinate representation of color #83B2DD: hue angle of 208.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83B2DD is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 178 | 221 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.13 |
| HSL | 208.67º | 0.57% | 0.69% | - |
| HSV(B) | 208.67º | 0.41% | 0.87% | - |
| XYZ | 38.33 | 41.89 | 74.47 | - |
| YUV | 168.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 221 | 0.41 | 0.19 | 0 | 0.13 | 208.67 | 0.57 | 0.69 |
| Hex | 83 | B2 | DD | 29 | 13 | 0 | D | D1 | 39 | 45 |
| Octal | 203 | 262 | 335 | 51 | 23 | 0 | 15 | 321 | 71 | 105 |
| Binary | 10000011 | 10110010 | 11011101 | 101001 | 10011 | 0 | 1101 | 11010001 | 111001 | 1000101 |
Color Harmonies of #83B2DD
Complementary color
Monochromatic Colors of #83B2DD
Black with #83B2DD
Text Example
Text Example
White with #83B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B2DD; }
p { color: rgb(131,178,221); }
H1.HeaderClassName
{
color: #83B2DD;
}
.AnyTagClassName
{
color: #83B2DD;
}
</style>
background-color css
<style>
a { background-color: #83B2DD; }
a { background-color: rgb(131,178,221); }
div.DivClassName
{
background-color: #83B2DD;
}
.BgClassName
{
background-color: #83B2DD;
}
</style>
border-color css
<style>
span { border-color: #83B2DD; }
span { border-color: rgb(131,178,221); }
td.TdClassName
{
border-color: #83B2DD;
}
.TagClassName
{
border-color: #83B2DD;
}
</style>