Shades of Jordy Blue #69ACF4
Tints of Jordy Blue #69ACF4
RGB
CMYK
RGB Variations
Color information
#69ACF4 (or 0x69ACF4) is known color: Jordy Blue. HEX triplet: 69, AC and F4. RGB value is (105,172,244). Sum of RGB (Red+Green+Blue) = 105+172+244=521 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.15% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #69ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACF4 is #96530B. Grayscale: #9F9F9F. Windows color (decimal): -9851660 or 16034921. OLE color: 16034921.
HSL color Cylindrical-coordinate representation of color #69ACF4: hue angle of 211.08º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69ACF4 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 172 | 244 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.04 |
| HSL | 211.08º | 0.86% | 0.68% | - |
| HSV(B) | 211.08º | 0.57% | 0.96% | - |
| XYZ | 36.91 | 39.04 | 91.18 | - |
| YUV | 160.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 244 | 0.57 | 0.30 | 0 | 0.04 | 211.08 | 0.86 | 0.68 |
| Hex | 69 | AC | F4 | 39 | 1E | 0 | 4 | D3 | 56 | 44 |
| Octal | 151 | 254 | 364 | 71 | 36 | 0 | 4 | 323 | 126 | 104 |
| Binary | 1101001 | 10101100 | 11110100 | 111001 | 11110 | 0 | 100 | 11010011 | 1010110 | 1000100 |
Color Harmonies of #69ACF4
Complementary color
Monochromatic Colors of #69ACF4
Black with #69ACF4
Text Example
Text Example
White with #69ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACF4; }
p { color: rgb(105,172,244); }
H1.HeaderClassName
{
color: #69ACF4;
}
.AnyTagClassName
{
color: #69ACF4;
}
</style>
background-color css
<style>
a { background-color: #69ACF4; }
a { background-color: rgb(105,172,244); }
div.DivClassName
{
background-color: #69ACF4;
}
.BgClassName
{
background-color: #69ACF4;
}
</style>
border-color css
<style>
span { border-color: #69ACF4; }
span { border-color: rgb(105,172,244); }
td.TdClassName
{
border-color: #69ACF4;
}
.TagClassName
{
border-color: #69ACF4;
}
</style>