#30B7F3

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

Shades of Summer Sky #30B7F3

Tints of Summer Sky #30B7F3

Color information

#30B7F3 (or 0x30B7F3) is unknown color: approx Summer Sky. HEX triplet: 30, B7 and F3. RGB value is (48,183,243). Sum of RGB (Red+Green+Blue) = 48+183+243=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #30B7F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B7F3 is #CF480C. Grayscale: #959595. Windows color (decimal): -13584397 or 15972144. OLE color: 15972144.

HSL color Cylindrical-coordinate representation of color #30B7F3: hue angle of 198.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30B7F3 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48183243-
CMYK0.800.2500.05
HSL198.46º89.04%57.06%-
HSV(B)198.46º80.25%95.29%-
XYZ34.3340.9790.89-
YUV149.48180.7755.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.13%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 243 (95.31% from 255) = 51.27%
R=10.13%
G=38.61%
B=51.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481832430.800.2500.05198.4689.0457.06
Hex30B7F3501905c65939
Octal60267363120310530613171
Binary11000010110111111100111010000110010101110001101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,183,243); }

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

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

 a { background-color: rgb(48,183,243); }

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

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

 span { border-color: rgb(48,183,243); }

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