Shades of Light Sky Blue #8ACCF2
Tints of Light Sky Blue #8ACCF2
RGB
CMYK
RGB Variations
Color information
#8ACCF2 (or 0x8ACCF2) is known color: Light Sky Blue. HEX triplet: 8A, CC and F2. RGB value is (138,204,242). Sum of RGB (Red+Green+Blue) = 138+204+242=584 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.63% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #8ACCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACCF2 is #75330D. Grayscale: #BCBCBC. Windows color (decimal): -7680782 or 15912074. OLE color: 15912074.
HSL color Cylindrical-coordinate representation of color #8ACCF2: hue angle of 201.92º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ACCF2 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 204 | 242 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.05 |
| HSL | 201.92º | 0.8% | 0.75% | - |
| HSV(B) | 201.92º | 0.43% | 0.95% | - |
| XYZ | 48.1 | 55 | 92.09 | - |
| YUV | 188.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 242 | 0.43 | 0.16 | 0 | 0.05 | 201.92 | 0.8 | 0.75 |
| Hex | 8A | CC | F2 | 2B | 10 | 0 | 5 | CA | 50 | 4B |
| Octal | 212 | 314 | 362 | 53 | 20 | 0 | 5 | 312 | 120 | 113 |
| Binary | 10001010 | 11001100 | 11110010 | 101011 | 10000 | 0 | 101 | 11001010 | 1010000 | 1001011 |
Color Harmonies of #8ACCF2
Complementary color
Monochromatic Colors of #8ACCF2
Black with #8ACCF2
Text Example
Text Example
White with #8ACCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCF2; }
p { color: rgb(138,204,242); }
H1.HeaderClassName
{
color: #8ACCF2;
}
.AnyTagClassName
{
color: #8ACCF2;
}
</style>
background-color css
<style>
a { background-color: #8ACCF2; }
a { background-color: rgb(138,204,242); }
div.DivClassName
{
background-color: #8ACCF2;
}
.BgClassName
{
background-color: #8ACCF2;
}
</style>
border-color css
<style>
span { border-color: #8ACCF2; }
span { border-color: rgb(138,204,242); }
td.TdClassName
{
border-color: #8ACCF2;
}
.TagClassName
{
border-color: #8ACCF2;
}
</style>