Shades of Summer Sky #38C2FD
Tints of Summer Sky #38C2FD
RGB
CMYK
RGB Variations
Color information
#38C2FD (or 0x38C2FD) is known color: Summer Sky. HEX triplet: 38, C2 and FD. RGB value is (56,194,253). Sum of RGB (Red+Green+Blue) = 56+194+253=503 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.13% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #38C2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C2FD is #C73D02. Grayscale: #9F9F9F. Windows color (decimal): -13057283 or 16630328. OLE color: 16630328.
HSL color Cylindrical-coordinate representation of color #38C2FD: hue angle of 197.97º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38C2FD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 194 | 253 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.01 |
| HSL | 197.97º | 0.98% | 0.61% | - |
| HSV(B) | 197.97º | 0.78% | 0.99% | - |
| XYZ | 38.65 | 46.52 | 99.87 | - |
| YUV | 159.46 | 180.78 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 253 | 0.78 | 0.23 | 0 | 0.01 | 197.97 | 0.98 | 0.61 |
| Hex | 38 | C2 | FD | 4E | 17 | 0 | 1 | C6 | 62 | 3D |
| Octal | 70 | 302 | 375 | 116 | 27 | 0 | 1 | 306 | 142 | 75 |
| Binary | 111000 | 11000010 | 11111101 | 1001110 | 10111 | 0 | 1 | 11000110 | 1100010 | 111101 |
Color Harmonies of #38C2FD
Complementary color
Monochromatic Colors of #38C2FD
Black with #38C2FD
Text Example
Text Example
White with #38C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C2FD; }
p { color: rgb(56,194,253); }
H1.HeaderClassName
{
color: #38C2FD;
}
.AnyTagClassName
{
color: #38C2FD;
}
</style>
background-color css
<style>
a { background-color: #38C2FD; }
a { background-color: rgb(56,194,253); }
div.DivClassName
{
background-color: #38C2FD;
}
.BgClassName
{
background-color: #38C2FD;
}
</style>
border-color css
<style>
span { border-color: #38C2FD; }
span { border-color: rgb(56,194,253); }
td.TdClassName
{
border-color: #38C2FD;
}
.TagClassName
{
border-color: #38C2FD;
}
</style>