Shades of Summer Sky #38CCFF
Tints of Summer Sky #38CCFF
RGB
CMYK
RGB Variations
Color information
#38CCFF (or 0x38CCFF) is known color: Summer Sky. HEX triplet: 38, CC and FF. RGB value is (56,204,255). Sum of RGB (Red+Green+Blue) = 56+204+255=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #38CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CCFF is #C73300. Grayscale: #A5A5A5. Windows color (decimal): -13054721 or 16763960. OLE color: 16763960.
HSL color Cylindrical-coordinate representation of color #38CCFF: hue angle of 195.38º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38CCFF is Cyan = 0.78, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 204 | 255 | - |
| CMYK | 0.78 | 0.2 | 0 | 0 |
| HSL | 195.38º | 1% | 0.61% | - |
| HSV(B) | 195.38º | 0.78% | 1% | - |
| XYZ | 41.27 | 51.25 | 102.32 | - |
| YUV | 165.56 | 178.47 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 204 | 255 | 0.78 | 0.2 | 0 | 0 | 195.38 | 1 | 0.61 |
| Hex | 38 | CC | FF | 4E | 14 | 0 | 0 | C3 | 64 | 3D |
| Octal | 70 | 314 | 377 | 116 | 24 | 0 | 0 | 303 | 144 | 75 |
| Binary | 111000 | 11001100 | 11111111 | 1001110 | 10100 | 0 | 0 | 11000011 | 1100100 | 111101 |
Color Harmonies of #38CCFF
Complementary color
Monochromatic Colors of #38CCFF
Black with #38CCFF
Text Example
Text Example
White with #38CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CCFF; }
p { color: rgb(56,204,255); }
H1.HeaderClassName
{
color: #38CCFF;
}
.AnyTagClassName
{
color: #38CCFF;
}
</style>
background-color css
<style>
a { background-color: #38CCFF; }
a { background-color: rgb(56,204,255); }
div.DivClassName
{
background-color: #38CCFF;
}
.BgClassName
{
background-color: #38CCFF;
}
</style>
border-color css
<style>
span { border-color: #38CCFF; }
span { border-color: rgb(56,204,255); }
td.TdClassName
{
border-color: #38CCFF;
}
.TagClassName
{
border-color: #38CCFF;
}
</style>