Shades of Summer Sky #30CBFF
Tints of Summer Sky #30CBFF
RGB
CMYK
RGB Variations
Color information
#30CBFF (or 0x30CBFF) is known color: Summer Sky. HEX triplet: 30, CB and FF. RGB value is (48,203,255). Sum of RGB (Red+Green+Blue) = 48+203+255=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #30CBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBFF is #CF3400. Grayscale: #A2A2A2. Windows color (decimal): -13579265 or 16763696. OLE color: 16763696.
HSL color Cylindrical-coordinate representation of color #30CBFF: hue angle of 195.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30CBFF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 203 | 255 | - |
| CMYK | 0.81 | 0.20 | 0 | 0 |
| HSL | 195.07º | 1% | 0.59% | - |
| HSV(B) | 195.07º | 0.81% | 1% | - |
| XYZ | 40.62 | 50.56 | 102.23 | - |
| YUV | 162.58 | 180.15 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 255 | 0.81 | 0.20 | 0 | 0 | 195.07 | 1 | 0.59 |
| Hex | 30 | CB | FF | 51 | 14 | 0 | 0 | C3 | 64 | 3B |
| Octal | 60 | 313 | 377 | 121 | 24 | 0 | 0 | 303 | 144 | 73 |
| Binary | 110000 | 11001011 | 11111111 | 1010001 | 10100 | 0 | 0 | 11000011 | 1100100 | 111011 |
Color Harmonies of #30CBFF
Complementary color
Monochromatic Colors of #30CBFF
Black with #30CBFF
Text Example
Text Example
White with #30CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBFF; }
p { color: rgb(48,203,255); }
H1.HeaderClassName
{
color: #30CBFF;
}
.AnyTagClassName
{
color: #30CBFF;
}
</style>
background-color css
<style>
a { background-color: #30CBFF; }
a { background-color: rgb(48,203,255); }
div.DivClassName
{
background-color: #30CBFF;
}
.BgClassName
{
background-color: #30CBFF;
}
</style>
border-color css
<style>
span { border-color: #30CBFF; }
span { border-color: rgb(48,203,255); }
td.TdClassName
{
border-color: #30CBFF;
}
.TagClassName
{
border-color: #30CBFF;
}
</style>