Html Css Color HEX #48ACDD Summer Sky

📋 copy color: '#48ACDD'

red 72 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #48ACDD

Tints of Summer Sky #48ACDD

RGB

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

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

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

R = 15.48%
G = 36.99%
B = 47.53%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48ACDD (or 0x48ACDD) is known color: Summer Sky. HEX triplet: 48, AC and DD. RGB value is (72,172,221). Sum of RGB (Red+Green+Blue) = 72+172+221=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #48ACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ACDD is #B75322. Grayscale: #939393. Windows color (decimal): -12014371 or 14527560. OLE color: 14527560.

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

Color convert

RGB 72 172 221 -
CMYK 0.67 0.22 0 0.13
HSL 199.73º 0.69% 0.57% -
HSV(B) 199.73º 0.67% 0.87% -
XYZ 30.48 36.1 73.77 -
YUV 147.69 169.37 74.02 -
System Red Green Blue C M Y K H S L
Decimal 72 172 221 0.67 0.22 0 0.13 199.73 0.69 0.57
Hex 48 AC DD 43 16 0 D C8 45 39
Octal 110 254 335 103 26 0 15 310 105 71
Binary 1001000 10101100 11011101 1000011 10110 0 1101 11001000 1000101 111001

Color Harmonies of #48ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ACDD

Black with #48ACDD

Text Example


Text Example

White with #48ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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