Html Css Color HEX #48ACF9 Summer Sky

📋 copy color: '#48ACF9'

red 72 ◦ green 172 ◦ blue 249

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

Shades of Summer Sky #48ACF9

Tints of Summer Sky #48ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

 BLUE value IS 249 (97.66% from 255) = 50.51%

R = 14.6%
G = 34.89%
B = 50.51%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#48ACF9 (or 0x48ACF9) is known color: Summer Sky. HEX triplet: 48, AC and F9. RGB value is (72,172,249). Sum of RGB (Red+Green+Blue) = 72+172+249=493 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.60% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #48ACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ACF9 is #B75306. Grayscale: #969696. Windows color (decimal): -12014343 or 16362568. OLE color: 16362568.

HSL color Cylindrical-coordinate representation of color #48ACF9: hue angle of 206.1º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48ACF9 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 172 249 -
CMYK 0.71 0.31 0 0.02
HSL 206.1º 0.94% 0.63% -
HSV(B) 206.1º 0.71% 0.98% -
XYZ 34.52 37.72 95.08 -
YUV 150.88 183.37 71.74 -
System Red Green Blue C M Y K H S L
Decimal 72 172 249 0.71 0.31 0 0.02 206.1 0.94 0.63
Hex 48 AC F9 47 1F 0 2 CE 5E 3F
Octal 110 254 371 107 37 0 2 316 136 77
Binary 1001000 10101100 11111001 1000111 11111 0 10 11001110 1011110 111111

Color Harmonies of #48ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ACF9

Black with #48ACF9

Text Example


Text Example

White with #48ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,172,249); }

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

background-color css

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

 a { background-color: rgb(72,172,249); }

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

border-color css

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

 span { border-color: rgb(72,172,249); }

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