#30B0F8

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

Shades of Summer Sky #30B0F8

Tints of Summer Sky #30B0F8

Color information

#30B0F8 (or 0x30B0F8) is unknown color: approx Summer Sky. HEX triplet: 30, B0 and F8. RGB value is (48,176,248). Sum of RGB (Red+Green+Blue) = 48+176+248=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #30B0F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30B0F8 is #CF4F07. Grayscale: #919191. Windows color (decimal): -13586184 or 16298032. OLE color: 16298032.

HSL color Cylindrical-coordinate representation of color #30B0F8: hue angle of 201.6º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30B0F8 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB48176248-
CMYK0.810.2900.03
HSL201.6º93.46%58.04%-
HSV(B)201.6º80.65%97.25%-
XYZ33.6938.4694.45-
YUV145.94185.5958.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.17%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 248 (97.27% from 255) = 52.54%
R=10.17%
G=37.29%
B=52.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal481762480.810.2900.03201.693.4658.04
Hex30B0F8511D03ca5d3a
Octal60260370121350331213572
Binary1100001011000011111000101000111101011110010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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