Shades of Light Sky Blue #94CBFF
Tints of Light Sky Blue #94CBFF
RGB
CMYK
RGB Variations
Color information
#94CBFF (or 0x94CBFF) is known color: Light Sky Blue. HEX triplet: 94, CB and FF. RGB value is (148,203,255). Sum of RGB (Red+Green+Blue) = 148+203+255=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #94CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CBFF is #6B3400. Grayscale: #C0C0C0. Windows color (decimal): -7025665 or 16763796. OLE color: 16763796.
HSL color Cylindrical-coordinate representation of color #94CBFF: hue angle of 209.16º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94CBFF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 203 | 255 | - |
| CMYK | 0.42 | 0.20 | 0 | 0 |
| HSL | 209.16º | 1% | 0.79% | - |
| HSV(B) | 209.16º | 0.42% | 1% | - |
| XYZ | 51.62 | 56.23 | 102.74 | - |
| YUV | 192.48 | 163.28 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 255 | 0.42 | 0.20 | 0 | 0 | 209.16 | 1 | 0.79 |
| Hex | 94 | CB | FF | 2A | 14 | 0 | 0 | D1 | 64 | 4F |
| Octal | 224 | 313 | 377 | 52 | 24 | 0 | 0 | 321 | 144 | 117 |
| Binary | 10010100 | 11001011 | 11111111 | 101010 | 10100 | 0 | 0 | 11010001 | 1100100 | 1001111 |
Color Harmonies of #94CBFF
Complementary color
Monochromatic Colors of #94CBFF
Black with #94CBFF
Text Example
Text Example
White with #94CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CBFF; }
p { color: rgb(148,203,255); }
H1.HeaderClassName
{
color: #94CBFF;
}
.AnyTagClassName
{
color: #94CBFF;
}
</style>
background-color css
<style>
a { background-color: #94CBFF; }
a { background-color: rgb(148,203,255); }
div.DivClassName
{
background-color: #94CBFF;
}
.BgClassName
{
background-color: #94CBFF;
}
</style>
border-color css
<style>
span { border-color: #94CBFF; }
span { border-color: rgb(148,203,255); }
td.TdClassName
{
border-color: #94CBFF;
}
.TagClassName
{
border-color: #94CBFF;
}
</style>