Shades of Light Sky Blue #7DCFFC
Tints of Light Sky Blue #7DCFFC
RGB
CMYK
RGB Variations
Color information
#7DCFFC (or 0x7DCFFC) is known color: Light Sky Blue. HEX triplet: 7D, CF and FC. RGB value is (125,207,252). Sum of RGB (Red+Green+Blue) = 125+207+252=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DCFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCFFC is #823003. Grayscale: #BBBBBB. Windows color (decimal): -8531972 or 16568189. OLE color: 16568189.
HSL color Cylindrical-coordinate representation of color #7DCFFC: hue angle of 201.26º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCFFC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 207 | 252 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.01 |
| HSL | 201.26º | 0.95% | 0.74% | - |
| HSV(B) | 201.26º | 0.5% | 0.99% | - |
| XYZ | 48.34 | 56.01 | 100.36 | - |
| YUV | 187.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 252 | 0.50 | 0.18 | 0 | 0.01 | 201.26 | 0.95 | 0.74 |
| Hex | 7D | CF | FC | 32 | 12 | 0 | 1 | C9 | 5F | 4A |
| Octal | 175 | 317 | 374 | 62 | 22 | 0 | 1 | 311 | 137 | 112 |
| Binary | 1111101 | 11001111 | 11111100 | 110010 | 10010 | 0 | 1 | 11001001 | 1011111 | 1001010 |
Color Harmonies of #7DCFFC
Complementary color
Monochromatic Colors of #7DCFFC
Black with #7DCFFC
Text Example
Text Example
White with #7DCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFFC; }
p { color: rgb(125,207,252); }
H1.HeaderClassName
{
color: #7DCFFC;
}
.AnyTagClassName
{
color: #7DCFFC;
}
</style>
background-color css
<style>
a { background-color: #7DCFFC; }
a { background-color: rgb(125,207,252); }
div.DivClassName
{
background-color: #7DCFFC;
}
.BgClassName
{
background-color: #7DCFFC;
}
</style>
border-color css
<style>
span { border-color: #7DCFFC; }
span { border-color: rgb(125,207,252); }
td.TdClassName
{
border-color: #7DCFFC;
}
.TagClassName
{
border-color: #7DCFFC;
}
</style>