#48ABF4

Color #48ABF4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #48ABF4

Tints of Summer Sky #48ABF4

Color information

#48ABF4 (or 0x48ABF4) is unknown color: approx Summer Sky. HEX triplet: 48, AB and F4. RGB value is (72,171,244). Sum of RGB (Red+Green+Blue) = 72+171+244=487 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.78% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #48ABF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48ABF4 is #B7540B. Grayscale: #959595. Windows color (decimal): -12014604 or 16034632. OLE color: 16034632.

HSL color Cylindrical-coordinate representation of color #48ABF4: hue angle of 205.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ABF4 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB72171244-
CMYK0.700.3000.04
HSL205.47º88.66%61.96%-
HSV(B)205.47º70.49%95.69%-
XYZ33.5637.0490.97-
YUV149.72181.272.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 14.78%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 244 (95.70% from 255) = 50.10%
R=14.78%
G=35.11%
B=50.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal721712440.700.3000.04205.4788.6661.96
Hex48ABF4461E04cd593e
Octal110253364106360431513176
Binary100100010101011111101001000110111100100110011011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,171,244); }

 H1.HeaderClassName
 {
   color: #48ABF4;
 }
 .AnyTagClassName
 {
   color: #48ABF4;
 }
</style>
background-color css

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

 a { background-color: rgb(72,171,244); }

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

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

 span { border-color: rgb(72,171,244); }

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