#30B8F3

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

Shades of Summer Sky #30B8F3

Tints of Summer Sky #30B8F3

Color information

#30B8F3 (or 0x30B8F3) is unknown color: approx Summer Sky. HEX triplet: 30, B8 and F3. RGB value is (48,184,243). Sum of RGB (Red+Green+Blue) = 48+184+243=475 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.11% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #30B8F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30B8F3 is #CF470C. Grayscale: #959595. Windows color (decimal): -13584141 or 15972400. OLE color: 15972400.

HSL color Cylindrical-coordinate representation of color #30B8F3: hue angle of 198.15º 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 #30B8F3 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48184243-
CMYK0.800.2400.05
HSL198.15º89.04%57.06%-
HSV(B)198.15º80.25%95.29%-
XYZ34.5441.3890.96-
YUV150.06180.4455.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.11%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 243 (95.31% from 255) = 51.16%
R=10.11%
G=38.74%
B=51.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal481842430.800.2400.05198.1589.0457.06
Hex30B8F3501805c65939
Octal60270363120300530613171
Binary11000010111000111100111010000110000101110001101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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