Shades of Jordy Blue #88AFFE
Tints of Jordy Blue #88AFFE
RGB
CMYK
RGB Variations
Color information
#88AFFE (or 0x88AFFE) is known color: Jordy Blue. HEX triplet: 88, AF and FE. RGB value is (136,175,254). Sum of RGB (Red+Green+Blue) = 136+175+254=565 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.07% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #88AFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AFFE is #775001. Grayscale: #ABABAB. Windows color (decimal): -7819266 or 16691080. OLE color: 16691080.
HSL color Cylindrical-coordinate representation of color #88AFFE: hue angle of 220.17º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88AFFE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 175 | 254 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.00 |
| HSL | 220.17º | 0.98% | 0.76% | - |
| HSV(B) | 220.17º | 0.46% | 1% | - |
| XYZ | 43.37 | 43.05 | 99.79 | - |
| YUV | 172.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 254 | 0.46 | 0.31 | 0 | 0.00 | 220.17 | 0.98 | 0.76 |
| Hex | 88 | AF | FE | 2E | 1F | 0 | 0 | DC | 62 | 4C |
| Octal | 210 | 257 | 376 | 56 | 37 | 0 | 0 | 334 | 142 | 114 |
| Binary | 10001000 | 10101111 | 11111110 | 101110 | 11111 | 0 | 0 | 11011100 | 1100010 | 1001100 |
Color Harmonies of #88AFFE
Complementary color
Monochromatic Colors of #88AFFE
Black with #88AFFE
Text Example
Text Example
White with #88AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AFFE; }
p { color: rgb(136,175,254); }
H1.HeaderClassName
{
color: #88AFFE;
}
.AnyTagClassName
{
color: #88AFFE;
}
</style>
background-color css
<style>
a { background-color: #88AFFE; }
a { background-color: rgb(136,175,254); }
div.DivClassName
{
background-color: #88AFFE;
}
.BgClassName
{
background-color: #88AFFE;
}
</style>
border-color css
<style>
span { border-color: #88AFFE; }
span { border-color: rgb(136,175,254); }
td.TdClassName
{
border-color: #88AFFE;
}
.TagClassName
{
border-color: #88AFFE;
}
</style>