Shades of Light Sky Blue #85CCF4
Tints of Light Sky Blue #85CCF4
RGB
CMYK
RGB Variations
Color information
#85CCF4 (or 0x85CCF4) is known color: Light Sky Blue. HEX triplet: 85, CC and F4. RGB value is (133,204,244). Sum of RGB (Red+Green+Blue) = 133+204+244=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #85CCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CCF4 is #7A330B. Grayscale: #BBBBBB. Windows color (decimal): -8008460 or 16043141. OLE color: 16043141.
HSL color Cylindrical-coordinate representation of color #85CCF4: hue angle of 201.62º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85CCF4 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 204 | 244 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.04 |
| HSL | 201.62º | 0.83% | 0.74% | - |
| HSV(B) | 201.62º | 0.45% | 0.96% | - |
| XYZ | 47.59 | 54.7 | 93.64 | - |
| YUV | 187.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 244 | 0.45 | 0.16 | 0 | 0.04 | 201.62 | 0.83 | 0.74 |
| Hex | 85 | CC | F4 | 2D | 10 | 0 | 4 | CA | 53 | 4A |
| Octal | 205 | 314 | 364 | 55 | 20 | 0 | 4 | 312 | 123 | 112 |
| Binary | 10000101 | 11001100 | 11110100 | 101101 | 10000 | 0 | 100 | 11001010 | 1010011 | 1001010 |
Color Harmonies of #85CCF4
Complementary color
Monochromatic Colors of #85CCF4
Black with #85CCF4
Text Example
Text Example
White with #85CCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCF4; }
p { color: rgb(133,204,244); }
H1.HeaderClassName
{
color: #85CCF4;
}
.AnyTagClassName
{
color: #85CCF4;
}
</style>
background-color css
<style>
a { background-color: #85CCF4; }
a { background-color: rgb(133,204,244); }
div.DivClassName
{
background-color: #85CCF4;
}
.BgClassName
{
background-color: #85CCF4;
}
</style>
border-color css
<style>
span { border-color: #85CCF4; }
span { border-color: rgb(133,204,244); }
td.TdClassName
{
border-color: #85CCF4;
}
.TagClassName
{
border-color: #85CCF4;
}
</style>