Shades of Light Sky Blue #8CBFF2
Tints of Light Sky Blue #8CBFF2
RGB
CMYK
RGB Variations
Color information
#8CBFF2 (or 0x8CBFF2) is known color: Light Sky Blue. HEX triplet: 8C, BF and F2. RGB value is (140,191,242). Sum of RGB (Red+Green+Blue) = 140+191+242=573 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.43% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CBFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBFF2 is #73400D. Grayscale: #B5B5B5. Windows color (decimal): -7553038 or 15908748. OLE color: 15908748.
HSL color Cylindrical-coordinate representation of color #8CBFF2: hue angle of 210º degrees, saturation: 0.8, 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 #8CBFF2 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 191 | 242 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.05 |
| HSL | 210º | 0.8% | 0.75% | - |
| HSV(B) | 210º | 0.42% | 0.95% | - |
| XYZ | 45.47 | 49.25 | 91.11 | - |
| YUV | 181.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 242 | 0.42 | 0.21 | 0 | 0.05 | 210 | 0.8 | 0.75 |
| Hex | 8C | BF | F2 | 2A | 15 | 0 | 5 | D2 | 50 | 4B |
| Octal | 214 | 277 | 362 | 52 | 25 | 0 | 5 | 322 | 120 | 113 |
| Binary | 10001100 | 10111111 | 11110010 | 101010 | 10101 | 0 | 101 | 11010010 | 1010000 | 1001011 |
Color Harmonies of #8CBFF2
Complementary color
Monochromatic Colors of #8CBFF2
Black with #8CBFF2
Text Example
Text Example
White with #8CBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBFF2; }
p { color: rgb(140,191,242); }
H1.HeaderClassName
{
color: #8CBFF2;
}
.AnyTagClassName
{
color: #8CBFF2;
}
</style>
background-color css
<style>
a { background-color: #8CBFF2; }
a { background-color: rgb(140,191,242); }
div.DivClassName
{
background-color: #8CBFF2;
}
.BgClassName
{
background-color: #8CBFF2;
}
</style>
border-color css
<style>
span { border-color: #8CBFF2; }
span { border-color: rgb(140,191,242); }
td.TdClassName
{
border-color: #8CBFF2;
}
.TagClassName
{
border-color: #8CBFF2;
}
</style>