Shades of Summer Sky #30CBFD
Tints of Summer Sky #30CBFD
RGB
CMYK
RGB Variations
Color information
#30CBFD (or 0x30CBFD) is known color: Summer Sky. HEX triplet: 30, CB and FD. RGB value is (48,203,253). Sum of RGB (Red+Green+Blue) = 48+203+253=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #30CBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBFD is #CF3402. Grayscale: #A2A2A2. Windows color (decimal): -13579267 or 16632624. OLE color: 16632624.
HSL color Cylindrical-coordinate representation of color #30CBFD: hue angle of 194.63º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30CBFD is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 203 | 253 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.01 |
| HSL | 194.63º | 0.98% | 0.59% | - |
| HSV(B) | 194.63º | 0.81% | 0.99% | - |
| XYZ | 40.3 | 50.43 | 100.54 | - |
| YUV | 162.36 | 179.15 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 203 | 253 | 0.81 | 0.20 | 0 | 0.01 | 194.63 | 0.98 | 0.59 |
| Hex | 30 | CB | FD | 51 | 14 | 0 | 1 | C3 | 62 | 3B |
| Octal | 60 | 313 | 375 | 121 | 24 | 0 | 1 | 303 | 142 | 73 |
| Binary | 110000 | 11001011 | 11111101 | 1010001 | 10100 | 0 | 1 | 11000011 | 1100010 | 111011 |
Color Harmonies of #30CBFD
Complementary color
Monochromatic Colors of #30CBFD
Black with #30CBFD
Text Example
Text Example
White with #30CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CBFD; }
p { color: rgb(48,203,253); }
H1.HeaderClassName
{
color: #30CBFD;
}
.AnyTagClassName
{
color: #30CBFD;
}
</style>
background-color css
<style>
a { background-color: #30CBFD; }
a { background-color: rgb(48,203,253); }
div.DivClassName
{
background-color: #30CBFD;
}
.BgClassName
{
background-color: #30CBFD;
}
</style>
border-color css
<style>
span { border-color: #30CBFD; }
span { border-color: rgb(48,203,253); }
td.TdClassName
{
border-color: #30CBFD;
}
.TagClassName
{
border-color: #30CBFD;
}
</style>