Shades of Cornflower #9AD2F3
Tints of Cornflower #9AD2F3
RGB
CMYK
RGB Variations
Color information
#9AD2F3 (or 0x9AD2F3) is known color: Cornflower. HEX triplet: 9A, D2 and F3. RGB value is (154,210,243). Sum of RGB (Red+Green+Blue) = 154+210+243=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #9AD2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2F3 is #652D0C. Grayscale: #C4C4C4. Windows color (decimal): -6630669 or 15979162. OLE color: 15979162.
HSL color Cylindrical-coordinate representation of color #9AD2F3: hue angle of 202.25º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AD2F3 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 210 | 243 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.05 |
| HSL | 202.25º | 0.79% | 0.78% | - |
| HSV(B) | 202.25º | 0.37% | 0.95% | - |
| XYZ | 52.55 | 59.43 | 93.5 | - |
| YUV | 197.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 243 | 0.37 | 0.14 | 0 | 0.05 | 202.25 | 0.79 | 0.78 |
| Hex | 9A | D2 | F3 | 25 | E | 0 | 5 | CA | 4F | 4E |
| Octal | 232 | 322 | 363 | 45 | 16 | 0 | 5 | 312 | 117 | 116 |
| Binary | 10011010 | 11010010 | 11110011 | 100101 | 1110 | 0 | 101 | 11001010 | 1001111 | 1001110 |
Color Harmonies of #9AD2F3
Complementary color
Monochromatic Colors of #9AD2F3
Black with #9AD2F3
Text Example
Text Example
White with #9AD2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD2F3; }
p { color: rgb(154,210,243); }
H1.HeaderClassName
{
color: #9AD2F3;
}
.AnyTagClassName
{
color: #9AD2F3;
}
</style>
background-color css
<style>
a { background-color: #9AD2F3; }
a { background-color: rgb(154,210,243); }
div.DivClassName
{
background-color: #9AD2F3;
}
.BgClassName
{
background-color: #9AD2F3;
}
</style>
border-color css
<style>
span { border-color: #9AD2F3; }
span { border-color: rgb(154,210,243); }
td.TdClassName
{
border-color: #9AD2F3;
}
.TagClassName
{
border-color: #9AD2F3;
}
</style>