#30B8DD

Color #30B8DD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #30B8DD

Tints of Summer Sky #30B8DD

Color information

#30B8DD (or 0x30B8DD) is unknown color: approx Summer Sky. HEX triplet: 30, B8 and DD. RGB value is (48,184,221). Sum of RGB (Red+Green+Blue) = 48+184+221=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #30B8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B8DD is #CF4722. Grayscale: #939393. Windows color (decimal): -13584163 or 14530608. OLE color: 14530608.

HSL color Cylindrical-coordinate representation of color #30B8DD: hue angle of 192.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B8DD is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB48184221-
CMYK0.780.1700.13
HSL192.83º71.78%52.75%-
HSV(B)192.83º78.28%86.67%-
XYZ31.4140.1374.5-
YUV147.55169.4456.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 10.60%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 221 (86.72% from 255) = 48.79%
R=10.60%
G=40.62%
B=48.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal481842210.780.1700.13192.8371.7852.75
Hex30B8DD4E110Dc14835
Octal602703351162101530111065
Binary110000101110001101110110011101000101101110000011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B8DD; }

 p { color: rgb(48,184,221); }

 H1.HeaderClassName
 {
   color: #30B8DD;
 }
 .AnyTagClassName
 {
   color: #30B8DD;
 }
</style>
background-color css

<style>
 a { background-color: #30B8DD; }

 a { background-color: rgb(48,184,221); }

 div.DivClassName
 {
   background-color: #30B8DD;
 }
 .BgClassName
 {
   background-color: #30B8DD;
 }
</style>
border-color css

<style>
 span { border-color: #30B8DD; }

 span { border-color: rgb(48,184,221); }

 td.TdClassName
 {
   border-color: #30B8DD;
 }
 .TagClassName
 {
   border-color: #30B8DD;
 }
</style>