Html Css Color HEX #48A8EF Summer Sky

📋 copy color: '#48A8EF'

red 72 ◦ green 168 ◦ blue 239

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

Shades of Summer Sky #48A8EF

Tints of Summer Sky #48A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

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

R = 15.03%
G = 35.07%
B = 49.9%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#48A8EF (or 0x48A8EF) is known color: Summer Sky. HEX triplet: 48, A8 and EF. RGB value is (72,168,239). Sum of RGB (Red+Green+Blue) = 72+168+239=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #48A8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48A8EF is #B75710. Grayscale: #939393. Windows color (decimal): -12015377 or 15706184. OLE color: 15706184.

HSL color Cylindrical-coordinate representation of color #48A8EF: hue angle of 205.51º 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 #48A8EF is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 168 239 -
CMYK 0.70 0.30 0 0.06
HSL 205.51º 0.84% 0.61% -
HSV(B) 205.51º 0.7% 0.94% -
XYZ 32.26 35.61 86.84 -
YUV 147.39 179.7 74.23 -
System Red Green Blue C M Y K H S L
Decimal 72 168 239 0.70 0.30 0 0.06 205.51 0.84 0.61
Hex 48 A8 EF 46 1E 0 6 CE 54 3D
Octal 110 250 357 106 36 0 6 316 124 75
Binary 1001000 10101000 11101111 1000110 11110 0 110 11001110 1010100 111101

Color Harmonies of #48A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A8EF

Black with #48A8EF

Text Example


Text Example

White with #48A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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