Html Css Color HEX #48ABDA Summer Sky

📋 copy color: '#48ABDA'

red 72 ◦ green 171 ◦ blue 218

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

Shades of Summer Sky #48ABDA

Tints of Summer Sky #48ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 15.62%
G = 37.09%
B = 47.29%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#48ABDA (or 0x48ABDA) is known color: Summer Sky. HEX triplet: 48, AB and DA. RGB value is (72,171,218). Sum of RGB (Red+Green+Blue) = 72+171+218=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #48ABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABDA is #B75425. Grayscale: #929292. Windows color (decimal): -12014630 or 14330696. OLE color: 14330696.

HSL color Cylindrical-coordinate representation of color #48ABDA: hue angle of 199.32º 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 #48ABDA is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 171 218 -
CMYK 0.67 0.22 0 0.15
HSL 199.32º 0.66% 0.57% -
HSV(B) 199.32º 0.67% 0.85% -
XYZ 29.89 35.57 71.62 -
YUV 146.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 72 171 218 0.67 0.22 0 0.15 199.32 0.66 0.57
Hex 48 AB DA 43 16 0 F C7 42 39
Octal 110 253 332 103 26 0 17 307 102 71
Binary 1001000 10101011 11011010 1000011 10110 0 1111 11000111 1000010 111001

Color Harmonies of #48ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABDA

Black with #48ABDA

Text Example


Text Example

White with #48ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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