#30bacf

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

Shades of Summer Sky #30BACF

Tints of Summer Sky #30BACF

Color information

#30BACF (or 0x30BACF) is unknown color: approx Summer Sky. HEX triplet: 30, BA and CF. RGB value is (48,186,207). Sum of RGB (Red+Green+Blue) = 48+186+207=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #30BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BACF is #CF4530. Grayscale: #929292. Windows color (decimal): -13583665 or 13613616. OLE color: 13613616.

HSL color Cylindrical-coordinate representation of color #30BACF: hue angle of 187.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BACF is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48186207-
CMYK0.770.1000.19
HSL187.92º62.35%50%-
HSV(B)187.92º76.81%81.18%-
XYZ30.0440.2565.22-
YUV147.13161.7857.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.88%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=10.88%
G=42.18%
B=46.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481862070.770.1000.19187.9262.3550
Hex30BACF4DA013bc3e32
Octal60272317115120232747662
Binary11000010111010110011111001101101001001110111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30bacf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,186,207); }

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

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

 a { background-color: rgb(48,186,207); }

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

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

 span { border-color: rgb(48,186,207); }

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