Html Css Color HEX #48ADE7 Summer Sky

📋 copy color: '#48ADE7'

red 72 ◦ green 173 ◦ blue 231

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

Shades of Summer Sky #48ADE7

Tints of Summer Sky #48ADE7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 231 (90.63% from 255) = 48.53%

R = 15.13%
G = 36.34%
B = 48.53%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#48ADE7 (or 0x48ADE7) is known color: Summer Sky. HEX triplet: 48, AD and E7. RGB value is (72,173,231). Sum of RGB (Red+Green+Blue) = 72+173+231=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #48ADE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ADE7 is #B75218. Grayscale: #959595. Windows color (decimal): -12014105 or 15183176. OLE color: 15183176.

HSL color Cylindrical-coordinate representation of color #48ADE7: hue angle of 201.89º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48ADE7 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 173 231 -
CMYK 0.69 0.25 0 0.09
HSL 201.89º 0.77% 0.59% -
HSV(B) 201.89º 0.69% 0.91% -
XYZ 32.04 37.03 81.06 -
YUV 149.41 174.04 72.78 -
System Red Green Blue C M Y K H S L
Decimal 72 173 231 0.69 0.25 0 0.09 201.89 0.77 0.59
Hex 48 AD E7 45 19 0 9 CA 4D 3B
Octal 110 255 347 105 31 0 11 312 115 73
Binary 1001000 10101101 11100111 1000101 11001 0 1001 11001010 1001101 111011

Color Harmonies of #48ADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ADE7

Black with #48ADE7

Text Example


Text Example

White with #48ADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,173,231); }

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

background-color css

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

 a { background-color: rgb(72,173,231); }

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

border-color css

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

 span { border-color: rgb(72,173,231); }

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