Html Css Color HEX #48ABDD Summer Sky

📋 copy color: '#48ABDD'

red 72 ◦ green 171 ◦ blue 221

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

Shades of Summer Sky #48ABDD

Tints of Summer Sky #48ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 15.52%
G = 36.85%
B = 47.63%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48ABDD (or 0x48ABDD) is known color: Summer Sky. HEX triplet: 48, AB and DD. RGB value is (72,171,221). Sum of RGB (Red+Green+Blue) = 72+171+221=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #48ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ABDD is #B75422. Grayscale: #929292. Windows color (decimal): -12014627 or 14527304. OLE color: 14527304.

HSL color Cylindrical-coordinate representation of color #48ABDD: hue angle of 200.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48ABDD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 171 221 -
CMYK 0.67 0.23 0 0.13
HSL 200.13º 0.69% 0.57% -
HSV(B) 200.13º 0.67% 0.87% -
XYZ 30.29 35.72 73.71 -
YUV 147.1 169.7 74.43 -
System Red Green Blue C M Y K H S L
Decimal 72 171 221 0.67 0.23 0 0.13 200.13 0.69 0.57
Hex 48 AB DD 43 17 0 D C8 45 39
Octal 110 253 335 103 27 0 15 310 105 71
Binary 1001000 10101011 11011101 1000011 10111 0 1101 11001000 1000101 111001

Color Harmonies of #48ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ABDD

Black with #48ABDD

Text Example


Text Example

White with #48ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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