Html Css Color HEX #48A0EF Summer Sky

📋 copy color: '#48A0EF'

red 72 ◦ green 160 ◦ blue 239

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

Shades of Summer Sky #48A0EF

Tints of Summer Sky #48A0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.97%

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 15.29%
G = 33.97%
B = 50.74%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#48A0EF (or 0x48A0EF) is known color: Summer Sky. HEX triplet: 48, A0 and EF. RGB value is (72,160,239). Sum of RGB (Red+Green+Blue) = 72+160+239=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #48A0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A0EF is #B75F10. Grayscale: #8E8E8E. Windows color (decimal): -12017425 or 15704136. OLE color: 15704136.

HSL color Cylindrical-coordinate representation of color #48A0EF: hue angle of 208.38º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48A0EF is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 160 239 -
CMYK 0.70 0.33 0 0.06
HSL 208.38º 0.84% 0.61% -
HSV(B) 208.38º 0.7% 0.94% -
XYZ 30.82 32.75 86.36 -
YUV 142.69 182.35 77.58 -
System Red Green Blue C M Y K H S L
Decimal 72 160 239 0.70 0.33 0 0.06 208.38 0.84 0.61
Hex 48 A0 EF 46 21 0 6 D0 54 3D
Octal 110 240 357 106 41 0 6 320 124 75
Binary 1001000 10100000 11101111 1000110 100001 0 110 11010000 1010100 111101

Color Harmonies of #48A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A0EF

Black with #48A0EF

Text Example


Text Example

White with #48A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,160,239); }

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

background-color css

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

 a { background-color: rgb(72,160,239); }

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

border-color css

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

 span { border-color: rgb(72,160,239); }

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