Shades of Light Sky Blue #8DCFF3
Tints of Light Sky Blue #8DCFF3
RGB
CMYK
RGB Variations
Color information
#8DCFF3 (or 0x8DCFF3) is known color: Light Sky Blue. HEX triplet: 8D, CF and F3. RGB value is (141,207,243). Sum of RGB (Red+Green+Blue) = 141+207+243=591 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.86% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DCFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCFF3 is #72300C. Grayscale: #BFBFBF. Windows color (decimal): -7483405 or 15978381. OLE color: 15978381.
HSL color Cylindrical-coordinate representation of color #8DCFF3: hue angle of 201.18º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DCFF3 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 207 | 243 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.05 |
| HSL | 201.18º | 0.81% | 0.75% | - |
| HSV(B) | 201.18º | 0.42% | 0.95% | - |
| XYZ | 49.47 | 56.76 | 93.14 | - |
| YUV | 191.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 243 | 0.42 | 0.15 | 0 | 0.05 | 201.18 | 0.81 | 0.75 |
| Hex | 8D | CF | F3 | 2A | F | 0 | 5 | C9 | 51 | 4B |
| Octal | 215 | 317 | 363 | 52 | 17 | 0 | 5 | 311 | 121 | 113 |
| Binary | 10001101 | 11001111 | 11110011 | 101010 | 1111 | 0 | 101 | 11001001 | 1010001 | 1001011 |
Color Harmonies of #8DCFF3
Complementary color
Monochromatic Colors of #8DCFF3
Black with #8DCFF3
Text Example
Text Example
White with #8DCFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFF3; }
p { color: rgb(141,207,243); }
H1.HeaderClassName
{
color: #8DCFF3;
}
.AnyTagClassName
{
color: #8DCFF3;
}
</style>
background-color css
<style>
a { background-color: #8DCFF3; }
a { background-color: rgb(141,207,243); }
div.DivClassName
{
background-color: #8DCFF3;
}
.BgClassName
{
background-color: #8DCFF3;
}
</style>
border-color css
<style>
span { border-color: #8DCFF3; }
span { border-color: rgb(141,207,243); }
td.TdClassName
{
border-color: #8DCFF3;
}
.TagClassName
{
border-color: #8DCFF3;
}
</style>