#48AFDA

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

Shades of Summer Sky #48AFDA

Tints of Summer Sky #48AFDA

Color information

#48AFDA (or 0x48AFDA) is unknown color: approx Summer Sky. HEX triplet: 48, AF and DA. RGB value is (72,175,218). Sum of RGB (Red+Green+Blue) = 72+175+218=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #48AFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48AFDA is #B75025. Grayscale: #949494. Windows color (decimal): -12013606 or 14331720. OLE color: 14331720.

HSL color Cylindrical-coordinate representation of color #48AFDA: hue angle of 197.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48AFDA is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB72175218-
CMYK0.670.2000.15
HSL197.67º66.36%56.86%-
HSV(B)197.67º66.97%85.49%-
XYZ30.6637.171.87-
YUV149.1166.8873-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=15.48%
G=37.63%
B=46.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal721752180.670.2000.15197.6766.3656.86
Hex48AFDA43140Fc64239
Octal1102573321032401730610271
Binary1001000101011111101101010000111010001111110001101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,218); }

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

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

 a { background-color: rgb(72,175,218); }

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

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

 span { border-color: rgb(72,175,218); }

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