Html Css Color HEX #48ABE0 Summer Sky

📋 copy color: '#48ABE0'

red 72 ◦ green 171 ◦ blue 224

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

Shades of Summer Sky #48ABE0

Tints of Summer Sky #48ABE0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 15.42%
G = 36.62%
B = 47.97%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#48ABE0 (or 0x48ABE0) is known color: Summer Sky. HEX triplet: 48, AB and E0. RGB value is (72,171,224). Sum of RGB (Red+Green+Blue) = 72+171+224=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #48ABE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABE0 is #B7541F. Grayscale: #939393. Windows color (decimal): -12014624 or 14723912. OLE color: 14723912.

HSL color Cylindrical-coordinate representation of color #48ABE0: hue angle of 200.92º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48ABE0 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 171 224 -
CMYK 0.68 0.24 0 0.12
HSL 200.92º 0.71% 0.58% -
HSV(B) 200.92º 0.68% 0.88% -
XYZ 30.69 35.89 75.83 -
YUV 147.44 171.2 74.19 -
System Red Green Blue C M Y K H S L
Decimal 72 171 224 0.68 0.24 0 0.12 200.92 0.71 0.58
Hex 48 AB E0 44 18 0 C C9 47 3A
Octal 110 253 340 104 30 0 14 311 107 72
Binary 1001000 10101011 11100000 1000100 11000 0 1100 11001001 1000111 111010

Color Harmonies of #48ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABE0

Black with #48ABE0

Text Example


Text Example

White with #48ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,171,224); }

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

background-color css

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

 a { background-color: rgb(72,171,224); }

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

border-color css

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

 span { border-color: rgb(72,171,224); }

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