Html Css Color HEX #30AADB Summer Sky

📋 copy color: '#30AADB'

red 48 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #30AADB

Tints of Summer Sky #30AADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 10.98%
G = 38.9%
B = 50.11%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30AADB (or 0x30AADB) is known color: Summer Sky. HEX triplet: 30, AA and DB. RGB value is (48,170,219). Sum of RGB (Red+Green+Blue) = 48+170+219=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #30AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AADB is #CF5524. Grayscale: #8A8A8A. Windows color (decimal): -13587749 or 14395952. OLE color: 14395952.

HSL color Cylindrical-coordinate representation of color #30AADB: hue angle of 197.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30AADB is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 170 219 -
CMYK 0.78 0.22 0 0.14
HSL 197.19º 0.7% 0.52% -
HSV(B) 197.19º 0.78% 0.86% -
XYZ 28.38 34.49 72.18 -
YUV 139.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 48 170 219 0.78 0.22 0 0.14 197.19 0.7 0.52
Hex 30 AA DB 4E 16 0 E C5 46 34
Octal 60 252 333 116 26 0 16 305 106 64
Binary 110000 10101010 11011011 1001110 10110 0 1110 11000101 1000110 110100

Color Harmonies of #30AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AADB

Black with #30AADB

Text Example


Text Example

White with #30AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,170,219); }

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

background-color css

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

 a { background-color: rgb(48,170,219); }

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

border-color css

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

 span { border-color: rgb(48,170,219); }

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