#30a6bd

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

Shades of Pelorous #30A6BD

Tints of Pelorous #30A6BD

Color information

#30A6BD (or 0x30A6BD) is unknown color: approx Pelorous. HEX triplet: 30, A6 and BD. RGB value is (48,166,189). Sum of RGB (Red+Green+Blue) = 48+166+189=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #30A6BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6BD is #CF5942. Grayscale: #858585. Windows color (decimal): -13588803 or 12428848. OLE color: 12428848.

HSL color Cylindrical-coordinate representation of color #30A6BD: hue angle of 189.79º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30A6BD is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48166189-
CMYK0.750.1200.26
HSL189.79º59.49%46.47%-
HSV(B)189.79º74.6%74.12%-
XYZ24.0431.5752.97-
YUV133.34159.4167.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.91%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=11.91%
G=41.19%
B=46.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481661890.750.1200.26189.7959.4946.47
Hex30A6BD4BC01Abe3b2e
Octal60246275113140322767356
Binary11000010100110101111011001011110001101010111110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30a6bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,166,189); }

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

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

 a { background-color: rgb(48,166,189); }

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

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

 span { border-color: rgb(48,166,189); }

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