Html Css Color HEX #48ACEA Summer Sky

📋 copy color: '#48ACEA'

red 72 ◦ green 172 ◦ blue 234

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

Shades of Summer Sky #48ACEA

Tints of Summer Sky #48ACEA

RGB

 RED value IS 72 (28.52% from 255) = 15.06%

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

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

R = 15.06%
G = 35.98%
B = 48.95%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#48ACEA (or 0x48ACEA) is known color: Summer Sky. HEX triplet: 48, AC and EA. RGB value is (72,172,234). Sum of RGB (Red+Green+Blue) = 72+172+234=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #48ACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ACEA is #B75315. Grayscale: #949494. Windows color (decimal): -12014358 or 15379528. OLE color: 15379528.

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

Color convert

RGB 72 172 234 -
CMYK 0.69 0.26 0 0.08
HSL 202.96º 0.79% 0.6% -
HSV(B) 202.96º 0.69% 0.92% -
XYZ 32.28 36.82 83.25 -
YUV 149.17 175.87 72.96 -
System Red Green Blue C M Y K H S L
Decimal 72 172 234 0.69 0.26 0 0.08 202.96 0.79 0.6
Hex 48 AC EA 45 1A 0 8 CB 4F 3C
Octal 110 254 352 105 32 0 10 313 117 74
Binary 1001000 10101100 11101010 1000101 11010 0 1000 11001011 1001111 111100

Color Harmonies of #48ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ACEA

Black with #48ACEA

Text Example


Text Example

White with #48ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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