Shades of French Pass #9AD2E4
Tints of French Pass #9AD2E4
RGB
CMYK
RGB Variations
Color information
#9AD2E4 (or 0x9AD2E4) is known color: French Pass. HEX triplet: 9A, D2 and E4. RGB value is (154,210,228). Sum of RGB (Red+Green+Blue) = 154+210+228=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #9AD2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD2E4 is #652D1B. Grayscale: #C3C3C3. Windows color (decimal): -6630684 or 14996122. OLE color: 14996122.
HSL color Cylindrical-coordinate representation of color #9AD2E4: hue angle of 194.59º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AD2E4 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 210 | 228 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.11 |
| HSL | 194.59º | 0.58% | 0.75% | - |
| HSV(B) | 194.59º | 0.32% | 0.89% | - |
| XYZ | 50.38 | 58.56 | 82.05 | - |
| YUV | 195.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 228 | 0.32 | 0.08 | 0 | 0.11 | 194.59 | 0.58 | 0.75 |
| Hex | 9A | D2 | E4 | 20 | 8 | 0 | B | C3 | 3A | 4B |
| Octal | 232 | 322 | 344 | 40 | 10 | 0 | 13 | 303 | 72 | 113 |
| Binary | 10011010 | 11010010 | 11100100 | 100000 | 1000 | 0 | 1011 | 11000011 | 111010 | 1001011 |
Color Harmonies of #9AD2E4
Complementary color
Monochromatic Colors of #9AD2E4
Black with #9AD2E4
Text Example
Text Example
White with #9AD2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2E4; }
p { color: rgb(154,210,228); }
H1.HeaderClassName
{
color: #9AD2E4;
}
.AnyTagClassName
{
color: #9AD2E4;
}
</style>
background-color css
<style>
a { background-color: #9AD2E4; }
a { background-color: rgb(154,210,228); }
div.DivClassName
{
background-color: #9AD2E4;
}
.BgClassName
{
background-color: #9AD2E4;
}
</style>
border-color css
<style>
span { border-color: #9AD2E4; }
span { border-color: rgb(154,210,228); }
td.TdClassName
{
border-color: #9AD2E4;
}
.TagClassName
{
border-color: #9AD2E4;
}
</style>