Shades of Iris Blue #00AFDD
Tints of Iris Blue #00AFDD
RGB
CMYK
RGB Variations
Color information
#00AFDD (or 0x00AFDD) is known color: Iris Blue. HEX triplet: 00, AF and DD. RGB value is (0,175,221). Sum of RGB (Red+Green+Blue) = 0+175+221=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #00AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFDD is #FF5022. Grayscale: #7F7F7F. Windows color (decimal): -16732195 or 14528256. OLE color: 14528256.
HSL color Cylindrical-coordinate representation of color #00AFDD: hue angle of 192.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFDD is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 175 | 221 | - |
| CMYK | 1 | 0.21 | 0 | 0.13 |
| HSL | 192.49º | 1% | 0.43% | - |
| HSV(B) | 192.49º | 1% | 0.87% | - |
| XYZ | 28.38 | 35.88 | 73.84 | - |
| YUV | 127.92 | 180.52 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 221 | 1 | 0.21 | 0 | 0.13 | 192.49 | 1 | 0.43 |
| Hex | 0 | AF | DD | 64 | 15 | 0 | D | C0 | 64 | 2B |
| Octal | 0 | 257 | 335 | 144 | 25 | 0 | 15 | 300 | 144 | 53 |
| Binary | 0 | 10101111 | 11011101 | 1100100 | 10101 | 0 | 1101 | 11000000 | 1100100 | 101011 |
Color Harmonies of #00AFDD
Complementary color
Monochromatic Colors of #00AFDD
Black with #00AFDD
Text Example
Text Example
White with #00AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFDD; }
p { color: rgb(0,175,221); }
H1.HeaderClassName
{
color: #00AFDD;
}
.AnyTagClassName
{
color: #00AFDD;
}
</style>
background-color css
<style>
a { background-color: #00AFDD; }
a { background-color: rgb(0,175,221); }
div.DivClassName
{
background-color: #00AFDD;
}
.BgClassName
{
background-color: #00AFDD;
}
</style>
border-color css
<style>
span { border-color: #00AFDD; }
span { border-color: rgb(0,175,221); }
td.TdClassName
{
border-color: #00AFDD;
}
.TagClassName
{
border-color: #00AFDD;
}
</style>