Html Css Color HEX #30ACE1 Summer Sky

📋 copy color: '#30ACE1'

red 48 ◦ green 172 ◦ blue 225

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

Shades of Summer Sky #30ACE1

Tints of Summer Sky #30ACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.56%

R = 10.79%
G = 38.65%
B = 50.56%

CMYK

 C value IS 0.79

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#30ACE1 (or 0x30ACE1) is known color: Summer Sky. HEX triplet: 30, AC and E1. RGB value is (48,172,225). Sum of RGB (Red+Green+Blue) = 48+172+225=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #30ACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACE1 is #CF531E. Grayscale: #8C8C8C. Windows color (decimal): -13587231 or 14789680. OLE color: 14789680.

HSL color Cylindrical-coordinate representation of color #30ACE1: hue angle of 197.97º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30ACE1 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 172 225 -
CMYK 0.79 0.24 0 0.12
HSL 197.97º 0.75% 0.54% -
HSV(B) 197.97º 0.79% 0.88% -
XYZ 29.56 35.57 76.54 -
YUV 140.97 175.42 61.69 -
System Red Green Blue C M Y K H S L
Decimal 48 172 225 0.79 0.24 0 0.12 197.97 0.75 0.54
Hex 30 AC E1 4F 18 0 C C6 4B 36
Octal 60 254 341 117 30 0 14 306 113 66
Binary 110000 10101100 11100001 1001111 11000 0 1100 11000110 1001011 110110

Color Harmonies of #30ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACE1

Black with #30ACE1

Text Example


Text Example

White with #30ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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