#30B2D7

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

Shades of Summer Sky #30B2D7

Tints of Summer Sky #30B2D7

Color information

#30B2D7 (or 0x30B2D7) is unknown color: approx Summer Sky. HEX triplet: 30, B2 and D7. RGB value is (48,178,215). Sum of RGB (Red+Green+Blue) = 48+178+215=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #30B2D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30B2D7 is #CF4D28. Grayscale: #8F8F8F. Windows color (decimal): -13585705 or 14135856. OLE color: 14135856.

HSL color Cylindrical-coordinate representation of color #30B2D7: hue angle of 193.29º 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 #30B2D7 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB48178215-
CMYK0.780.1700.16
HSL193.29º67.61%51.57%-
HSV(B)193.29º77.67%84.31%-
XYZ29.4137.3869.95-
YUV143.35168.4359.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.88%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 215 (84.38% from 255) = 48.75%
R=10.88%
G=40.36%
B=48.75%

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
Decimal481782150.780.1700.16193.2967.6151.57
Hex30B2D74E11010c14434
Octal602623271162102030110464
Binary1100001011001011010111100111010001010000110000011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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