Shades of Summer Sky #38CFF9
Tints of Summer Sky #38CFF9
RGB
CMYK
RGB Variations
Color information
#38CFF9 (or 0x38CFF9) is known color: Summer Sky. HEX triplet: 38, CF and F9. RGB value is (56,207,249). Sum of RGB (Red+Green+Blue) = 56+207+249=512 (67% of max value = 765). Red value is 56 (22.27% from 255 or 10.94% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #38CFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CFF9 is #C73006. Grayscale: #A6A6A6. Windows color (decimal): -13053959 or 16371512. OLE color: 16371512.
HSL color Cylindrical-coordinate representation of color #38CFF9: hue angle of 193.06º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38CFF9 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 207 | 249 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.02 |
| HSL | 193.06º | 0.94% | 0.6% | - |
| HSV(B) | 193.06º | 0.78% | 0.98% | - |
| XYZ | 41.04 | 52.31 | 97.56 | - |
| YUV | 166.64 | 174.47 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 249 | 0.78 | 0.17 | 0 | 0.02 | 193.06 | 0.94 | 0.6 |
| Hex | 38 | CF | F9 | 4E | 11 | 0 | 2 | C1 | 5E | 3C |
| Octal | 70 | 317 | 371 | 116 | 21 | 0 | 2 | 301 | 136 | 74 |
| Binary | 111000 | 11001111 | 11111001 | 1001110 | 10001 | 0 | 10 | 11000001 | 1011110 | 111100 |
Color Harmonies of #38CFF9
Complementary color
Monochromatic Colors of #38CFF9
Black with #38CFF9
Text Example
Text Example
White with #38CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CFF9; }
p { color: rgb(56,207,249); }
H1.HeaderClassName
{
color: #38CFF9;
}
.AnyTagClassName
{
color: #38CFF9;
}
</style>
background-color css
<style>
a { background-color: #38CFF9; }
a { background-color: rgb(56,207,249); }
div.DivClassName
{
background-color: #38CFF9;
}
.BgClassName
{
background-color: #38CFF9;
}
</style>
border-color css
<style>
span { border-color: #38CFF9; }
span { border-color: rgb(56,207,249); }
td.TdClassName
{
border-color: #38CFF9;
}
.TagClassName
{
border-color: #38CFF9;
}
</style>