Html Css Color HEX #30AEEA Summer Sky

📋 copy color: '#30AEEA'

red 48 ◦ green 174 ◦ blue 234

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

Shades of Summer Sky #30AEEA

Tints of Summer Sky #30AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 10.53%
G = 38.16%
B = 51.32%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30AEEA (or 0x30AEEA) is known color: Summer Sky. HEX triplet: 30, AE and EA. RGB value is (48,174,234). Sum of RGB (Red+Green+Blue) = 48+174+234=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #30AEEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AEEA is #CF5115. Grayscale: #8E8E8E. Windows color (decimal): -13586710 or 15380016. OLE color: 15380016.

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

Color convert

RGB 48 174 234 -
CMYK 0.79 0.26 0 0.08
HSL 199.35º 0.82% 0.55% -
HSV(B) 199.35º 0.79% 0.92% -
XYZ 31.21 36.84 83.31 -
YUV 143.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 48 174 234 0.79 0.26 0 0.08 199.35 0.82 0.55
Hex 30 AE EA 4F 1A 0 8 C7 52 37
Octal 60 256 352 117 32 0 10 307 122 67
Binary 110000 10101110 11101010 1001111 11010 0 1000 11000111 1010010 110111

Color Harmonies of #30AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEEA

Black with #30AEEA

Text Example


Text Example

White with #30AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,174,234); }

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

background-color css

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

 a { background-color: rgb(48,174,234); }

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

border-color css

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

 span { border-color: rgb(48,174,234); }

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