#30B0D3

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

Shades of Summer Sky #30B0D3

Tints of Summer Sky #30B0D3

Color information

#30B0D3 (or 0x30B0D3) is unknown color: approx Summer Sky. HEX triplet: 30, B0 and D3. RGB value is (48,176,211). Sum of RGB (Red+Green+Blue) = 48+176+211=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #30B0D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B0D3 is #CF4F2C. Grayscale: #8D8D8D. Windows color (decimal): -13586221 or 13873200. OLE color: 13873200.

HSL color Cylindrical-coordinate representation of color #30B0D3: hue angle of 192.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30B0D3 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB48176211-
CMYK0.770.1700.17
HSL192.88º64.94%50.78%-
HSV(B)192.88º77.25%82.75%-
XYZ28.536.3867.15-
YUV141.72167.0961.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.03%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 211 (82.81% from 255) = 48.51%
R=11.03%
G=40.46%
B=48.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal481762110.770.1700.17192.8864.9450.78
Hex30B0D34D11011c14133
Octal602603231152102130110163
Binary1100001011000011010011100110110001010001110000011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,211); }

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

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

 a { background-color: rgb(48,176,211); }

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

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

 span { border-color: rgb(48,176,211); }

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