Html Css Color HEX #30BAD1 Summer Sky

📋 copy color: '#30BAD1'

red 48 ◦ green 186 ◦ blue 209

#30BAD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #30BAD1

Tints of Summer Sky #30BAD1

RGB

 RED value IS 48 (19.14% from 255) = 10.84%

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 209 (82.03% from 255) = 47.18%

R = 10.84%
G = 41.99%
B = 47.18%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#30BAD1 (or 0x30BAD1) is known color: Summer Sky. HEX triplet: 30, BA and D1. RGB value is (48,186,209). Sum of RGB (Red+Green+Blue) = 48+186+209=443 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.84% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #30BAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BAD1 is #CF452E. Grayscale: #939393. Windows color (decimal): -13583663 or 13744688. OLE color: 13744688.

HSL color Cylindrical-coordinate representation of color #30BAD1: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30BAD1 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 186 209 -
CMYK 0.77 0.11 0 0.18
HSL 188.57º 0.64% 0.5% -
HSV(B) 188.57º 0.77% 0.82% -
XYZ 30.29 40.35 66.51 -
YUV 147.36 162.78 57.13 -
System Red Green Blue C M Y K H S L
Decimal 48 186 209 0.77 0.11 0 0.18 188.57 0.64 0.5
Hex 30 BA D1 4D B 0 12 BD 40 32
Octal 60 272 321 115 13 0 22 275 100 62
Binary 110000 10111010 11010001 1001101 1011 0 10010 10111101 1000000 110010

Color Harmonies of #30BAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BAD1

Black with #30BAD1

Text Example


Text Example

White with #30BAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30BAD1;
 }
 .AnyTagClassName
 {
   color: #30BAD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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