Shades of Sky Blue #75CFF2
Tints of Sky Blue #75CFF2
RGB
CMYK
RGB Variations
Color information
#75CFF2 (or 0x75CFF2) is known color: Sky Blue. HEX triplet: 75, CF and F2. RGB value is (117,207,242). Sum of RGB (Red+Green+Blue) = 117+207+242=566 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.67% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #75CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFF2 is #8A300D. Grayscale: #B7B7B7. Windows color (decimal): -9056270 or 15912821. OLE color: 15912821.
HSL color Cylindrical-coordinate representation of color #75CFF2: hue angle of 196.8º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75CFF2 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 207 | 242 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.05 |
| HSL | 196.8º | 0.83% | 0.7% | - |
| HSV(B) | 196.8º | 0.52% | 0.95% | - |
| XYZ | 45.68 | 54.82 | 92.18 | - |
| YUV | 184.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 242 | 0.52 | 0.14 | 0 | 0.05 | 196.8 | 0.83 | 0.7 |
| Hex | 75 | CF | F2 | 34 | E | 0 | 5 | C5 | 53 | 46 |
| Octal | 165 | 317 | 362 | 64 | 16 | 0 | 5 | 305 | 123 | 106 |
| Binary | 1110101 | 11001111 | 11110010 | 110100 | 1110 | 0 | 101 | 11000101 | 1010011 | 1000110 |
Color Harmonies of #75CFF2
Complementary color
Monochromatic Colors of #75CFF2
Black with #75CFF2
Text Example
Text Example
White with #75CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFF2; }
p { color: rgb(117,207,242); }
H1.HeaderClassName
{
color: #75CFF2;
}
.AnyTagClassName
{
color: #75CFF2;
}
</style>
background-color css
<style>
a { background-color: #75CFF2; }
a { background-color: rgb(117,207,242); }
div.DivClassName
{
background-color: #75CFF2;
}
.BgClassName
{
background-color: #75CFF2;
}
</style>
border-color css
<style>
span { border-color: #75CFF2; }
span { border-color: rgb(117,207,242); }
td.TdClassName
{
border-color: #75CFF2;
}
.TagClassName
{
border-color: #75CFF2;
}
</style>