Html Css Color HEX #30ACE5 Summer Sky

📋 copy color: '#30ACE5'

red 48 ◦ green 172 ◦ blue 229

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

Shades of Summer Sky #30ACE5

Tints of Summer Sky #30ACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

 BLUE value IS 229 (89.84% from 255) = 51%

R = 10.69%
G = 38.31%
B = 51%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#30ACE5 (or 0x30ACE5) is known color: Summer Sky. HEX triplet: 30, AC and E5. RGB value is (48,172,229). Sum of RGB (Red+Green+Blue) = 48+172+229=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #30ACE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACE5 is #CF531A. Grayscale: #8D8D8D. Windows color (decimal): -13587227 or 15051824. OLE color: 15051824.

HSL color Cylindrical-coordinate representation of color #30ACE5: hue angle of 198.9º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30ACE5 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 172 229 -
CMYK 0.79 0.25 0 0.10
HSL 198.9º 0.78% 0.54% -
HSV(B) 198.9º 0.79% 0.9% -
XYZ 30.11 35.79 79.45 -
YUV 141.42 177.42 61.37 -
System Red Green Blue C M Y K H S L
Decimal 48 172 229 0.79 0.25 0 0.10 198.9 0.78 0.54
Hex 30 AC E5 4F 19 0 A C7 4E 36
Octal 60 254 345 117 31 0 12 307 116 66
Binary 110000 10101100 11100101 1001111 11001 0 1010 11000111 1001110 110110

Color Harmonies of #30ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACE5

Black with #30ACE5

Text Example


Text Example

White with #30ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,229); }

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

background-color css

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

 a { background-color: rgb(48,172,229); }

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

border-color css

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

 span { border-color: rgb(48,172,229); }

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