Html Css Color HEX #30ACEA Summer Sky

📋 copy color: '#30ACEA'

red 48 ◦ green 172 ◦ blue 234

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

Shades of Summer Sky #30ACEA

Tints of Summer Sky #30ACEA

RGB

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

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

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

R = 10.57%
G = 37.89%
B = 51.54%

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

#30ACEA (or 0x30ACEA) is known color: Summer Sky. HEX triplet: 30, AC and EA. RGB value is (48,172,234). Sum of RGB (Red+Green+Blue) = 48+172+234=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #30ACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ACEA is #CF5315. Grayscale: #8D8D8D. Windows color (decimal): -13587222 or 15379504. OLE color: 15379504.

HSL color Cylindrical-coordinate representation of color #30ACEA: hue angle of 200º 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 #30ACEA is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 172 234 -
CMYK 0.79 0.26 0 0.08
HSL 200º 0.82% 0.55% -
HSV(B) 200º 0.79% 0.92% -
XYZ 30.82 36.07 83.18 -
YUV 141.99 179.92 60.96 -
System Red Green Blue C M Y K H S L
Decimal 48 172 234 0.79 0.26 0 0.08 200 0.82 0.55
Hex 30 AC EA 4F 1A 0 8 C8 52 37
Octal 60 254 352 117 32 0 10 310 122 67
Binary 110000 10101100 11101010 1001111 11010 0 1000 11001000 1010010 110111

Color Harmonies of #30ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACEA

Black with #30ACEA

Text Example


Text Example

White with #30ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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