Shades of Summer Sky #38CBFF
Tints of Summer Sky #38CBFF
RGB
CMYK
RGB Variations
Color information
#38CBFF (or 0x38CBFF) is known color: Summer Sky. HEX triplet: 38, CB and FF. RGB value is (56,203,255). Sum of RGB (Red+Green+Blue) = 56+203+255=514 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.89% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #38CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CBFF is #C73400. Grayscale: #A4A4A4. Windows color (decimal): -13054977 or 16763704. OLE color: 16763704.
HSL color Cylindrical-coordinate representation of color #38CBFF: hue angle of 195.68º 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 #38CBFF is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 203 | 255 | - |
| CMYK | 0.78 | 0.20 | 0 | 0 |
| HSL | 195.68º | 1% | 0.61% | - |
| HSV(B) | 195.68º | 0.78% | 1% | - |
| XYZ | 41.04 | 50.77 | 102.25 | - |
| YUV | 164.98 | 178.8 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 203 | 255 | 0.78 | 0.20 | 0 | 0 | 195.68 | 1 | 0.61 |
| Hex | 38 | CB | FF | 4E | 14 | 0 | 0 | C4 | 64 | 3D |
| Octal | 70 | 313 | 377 | 116 | 24 | 0 | 0 | 304 | 144 | 75 |
| Binary | 111000 | 11001011 | 11111111 | 1001110 | 10100 | 0 | 0 | 11000100 | 1100100 | 111101 |
Color Harmonies of #38CBFF
Complementary color
Monochromatic Colors of #38CBFF
Black with #38CBFF
Text Example
Text Example
White with #38CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CBFF; }
p { color: rgb(56,203,255); }
H1.HeaderClassName
{
color: #38CBFF;
}
.AnyTagClassName
{
color: #38CBFF;
}
</style>
background-color css
<style>
a { background-color: #38CBFF; }
a { background-color: rgb(56,203,255); }
div.DivClassName
{
background-color: #38CBFF;
}
.BgClassName
{
background-color: #38CBFF;
}
</style>
border-color css
<style>
span { border-color: #38CBFF; }
span { border-color: rgb(56,203,255); }
td.TdClassName
{
border-color: #38CBFF;
}
.TagClassName
{
border-color: #38CBFF;
}
</style>