Html Css Color HEX #48AEDD Summer Sky

📋 copy color: '#48AEDD'

red 72 ◦ green 174 ◦ blue 221

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

Shades of Summer Sky #48AEDD

Tints of Summer Sky #48AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.26%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 15.42%
G = 37.26%
B = 47.32%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48AEDD (or 0x48AEDD) is known color: Summer Sky. HEX triplet: 48, AE and DD. RGB value is (72,174,221). Sum of RGB (Red+Green+Blue) = 72+174+221=467 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.42% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #48AEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AEDD is #B75122. Grayscale: #949494. Windows color (decimal): -12013859 or 14528072. OLE color: 14528072.

HSL color Cylindrical-coordinate representation of color #48AEDD: hue angle of 198.93º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48AEDD is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 174 221 -
CMYK 0.67 0.21 0 0.13
HSL 198.93º 0.69% 0.57% -
HSV(B) 198.93º 0.67% 0.87% -
XYZ 30.86 36.87 73.9 -
YUV 148.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 72 174 221 0.67 0.21 0 0.13 198.93 0.69 0.57
Hex 48 AE DD 43 15 0 D C7 45 39
Octal 110 256 335 103 25 0 15 307 105 71
Binary 1001000 10101110 11011101 1000011 10101 0 1101 11000111 1000101 111001

Color Harmonies of #48AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AEDD

Black with #48AEDD

Text Example


Text Example

White with #48AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,174,221); }

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

background-color css

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

 a { background-color: rgb(72,174,221); }

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

border-color css

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

 span { border-color: rgb(72,174,221); }

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