Html Css Color HEX #30AADE Summer Sky

📋 copy color: '#30AADE'

red 48 ◦ green 170 ◦ blue 222

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

Shades of Summer Sky #30AADE

Tints of Summer Sky #30AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 10.91%
G = 38.64%
B = 50.45%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#30AADE (or 0x30AADE) is known color: Summer Sky. HEX triplet: 30, AA and DE. RGB value is (48,170,222). Sum of RGB (Red+Green+Blue) = 48+170+222=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #30AADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AADE is #CF5521. Grayscale: #8B8B8B. Windows color (decimal): -13587746 or 14592560. OLE color: 14592560.

HSL color Cylindrical-coordinate representation of color #30AADE: hue angle of 197.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30AADE is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 170 222 -
CMYK 0.78 0.23 0 0.13
HSL 197.93º 0.73% 0.53% -
HSV(B) 197.93º 0.78% 0.87% -
XYZ 28.78 34.65 74.28 -
YUV 139.45 174.58 62.77 -
System Red Green Blue C M Y K H S L
Decimal 48 170 222 0.78 0.23 0 0.13 197.93 0.73 0.53
Hex 30 AA DE 4E 17 0 D C6 48 35
Octal 60 252 336 116 27 0 15 306 110 65
Binary 110000 10101010 11011110 1001110 10111 0 1101 11000110 1001000 110101

Color Harmonies of #30AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AADE

Black with #30AADE

Text Example


Text Example

White with #30AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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