#30B3D7

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

Shades of Summer Sky #30B3D7

Tints of Summer Sky #30B3D7

Color information

#30B3D7 (or 0x30B3D7) is unknown color: approx Summer Sky. HEX triplet: 30, B3 and D7. RGB value is (48,179,215). Sum of RGB (Red+Green+Blue) = 48+179+215=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #30B3D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30B3D7 is #CF4C28. Grayscale: #8F8F8F. Windows color (decimal): -13585449 or 14136112. OLE color: 14136112.

HSL color Cylindrical-coordinate representation of color #30B3D7: hue angle of 192.93º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30B3D7 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB48179215-
CMYK0.780.1700.16
HSL192.93º67.61%51.57%-
HSV(B)192.93º77.67%84.31%-
XYZ29.637.7770.02-
YUV143.94168.159.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.86%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 215 (84.38% from 255) = 48.64%
R=10.86%
G=40.50%
B=48.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal481792150.780.1700.16192.9367.6151.57
Hex30B3D74E11010c14434
Octal602633271162102030110464
Binary1100001011001111010111100111010001010000110000011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,179,215); }

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

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

 a { background-color: rgb(48,179,215); }

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

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

 span { border-color: rgb(48,179,215); }

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