Html Css Color HEX #30AAEE Summer Sky

📋 copy color: '#30AAEE'

red 48 ◦ green 170 ◦ blue 238

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

Shades of Summer Sky #30AAEE

Tints of Summer Sky #30AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 10.53%
G = 37.28%
B = 52.19%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30AAEE (or 0x30AAEE) is known color: Summer Sky. HEX triplet: 30, AA and EE. RGB value is (48,170,238). Sum of RGB (Red+Green+Blue) = 48+170+238=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #30AAEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAEE is #CF5511. Grayscale: #8C8C8C. Windows color (decimal): -13587730 or 15641136. OLE color: 15641136.

HSL color Cylindrical-coordinate representation of color #30AAEE: hue angle of 201.47º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30AAEE is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 170 238 -
CMYK 0.80 0.29 0 0.07
HSL 201.47º 0.85% 0.56% -
HSV(B) 201.47º 0.8% 0.93% -
XYZ 31.03 35.55 86.12 -
YUV 141.27 182.58 61.47 -
System Red Green Blue C M Y K H S L
Decimal 48 170 238 0.80 0.29 0 0.07 201.47 0.85 0.56
Hex 30 AA EE 50 1D 0 7 C9 55 38
Octal 60 252 356 120 35 0 7 311 125 70
Binary 110000 10101010 11101110 1010000 11101 0 111 11001001 1010101 111000

Color Harmonies of #30AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AAEE

Black with #30AAEE

Text Example


Text Example

White with #30AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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