Html Css Color HEX #30AAEB Summer Sky

📋 copy color: '#30AAEB'

red 48 ◦ green 170 ◦ blue 235

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

Shades of Summer Sky #30AAEB

Tints of Summer Sky #30AAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 10.6%
G = 37.53%
B = 51.88%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30AAEB (or 0x30AAEB) is known color: Summer Sky. HEX triplet: 30, AA and EB. RGB value is (48,170,235). Sum of RGB (Red+Green+Blue) = 48+170+235=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #30AAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAEB is #CF5514. Grayscale: #8C8C8C. Windows color (decimal): -13587733 or 15444528. OLE color: 15444528.

HSL color Cylindrical-coordinate representation of color #30AAEB: hue angle of 200.86º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30AAEB is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 170 235 -
CMYK 0.80 0.28 0 0.08
HSL 200.86º 0.82% 0.55% -
HSV(B) 200.86º 0.8% 0.92% -
XYZ 30.59 35.38 83.81 -
YUV 140.93 181.08 61.71 -
System Red Green Blue C M Y K H S L
Decimal 48 170 235 0.80 0.28 0 0.08 200.86 0.82 0.55
Hex 30 AA EB 50 1C 0 8 C9 52 37
Octal 60 252 353 120 34 0 10 311 122 67
Binary 110000 10101010 11101011 1010000 11100 0 1000 11001001 1010010 110111

Color Harmonies of #30AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AAEB

Black with #30AAEB

Text Example


Text Example

White with #30AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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