Shades of Light Sky Blue #8DCDF3
Tints of Light Sky Blue #8DCDF3
RGB
CMYK
RGB Variations
Color information
#8DCDF3 (or 0x8DCDF3) is known color: Light Sky Blue. HEX triplet: 8D, CD and F3. RGB value is (141,205,243). Sum of RGB (Red+Green+Blue) = 141+205+243=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DCDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCDF3 is #72320C. Grayscale: #BDBDBD. Windows color (decimal): -7483917 or 15977869. OLE color: 15977869.
HSL color Cylindrical-coordinate representation of color #8DCDF3: hue angle of 202.35º 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 #8DCDF3 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 141 | 205 | 243 | - |
CMYK | 0.42 | 0.16 | 0 | 0.05 |
HSL | 202.35º | 0.81% | 0.75% | - |
HSV(B) | 202.35º | 0.42% | 0.95% | - |
XYZ | 48.99 | 55.8 | 92.98 | - |
YUV | 190.2 | 157.8 | 92.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 205 | 243 | 0.42 | 0.16 | 0 | 0.05 | 202.35 | 0.81 | 0.75 |
Hex | 8D | CD | F3 | 2A | 10 | 0 | 5 | CA | 51 | 4B |
Octal | 215 | 315 | 363 | 52 | 20 | 0 | 5 | 312 | 121 | 113 |
Binary | 10001101 | 11001101 | 11110011 | 101010 | 10000 | 0 | 101 | 11001010 | 1010001 | 1001011 |
Color Harmonies of #8DCDF3
Complementary color
Monochromatic Colors of #8DCDF3
Black with #8DCDF3
Text Example
Text Example
White with #8DCDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDF3; }
p { color: rgb(141,205,243); }
H1.HeaderClassName
{
color: #8DCDF3;
}
.AnyTagClassName
{
color: #8DCDF3;
}
</style>
background-color css
<style>
a { background-color: #8DCDF3; }
a { background-color: rgb(141,205,243); }
div.DivClassName
{
background-color: #8DCDF3;
}
.BgClassName
{
background-color: #8DCDF3;
}
</style>
border-color css
<style>
span { border-color: #8DCDF3; }
span { border-color: rgb(141,205,243); }
td.TdClassName
{
border-color: #8DCDF3;
}
.TagClassName
{
border-color: #8DCDF3;
}
</style>