Html Css Color HEX #48B8DC Summer Sky

📋 copy color: '#48B8DC'

red 72 ◦ green 184 ◦ blue 220

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

Shades of Summer Sky #48B8DC

Tints of Summer Sky #48B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 15.13%
G = 38.66%
B = 46.22%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48B8DC (or 0x48B8DC) is known color: Summer Sky. HEX triplet: 48, B8 and DC. RGB value is (72,184,220). Sum of RGB (Red+Green+Blue) = 72+184+220=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #48B8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B8DC is #B74723. Grayscale: #9A9A9A. Windows color (decimal): -12011300 or 14465096. OLE color: 14465096.

HSL color Cylindrical-coordinate representation of color #48B8DC: hue angle of 194.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48B8DC is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 184 220 -
CMYK 0.67 0.16 0 0.14
HSL 194.59º 0.68% 0.57% -
HSV(B) 194.59º 0.67% 0.86% -
XYZ 32.73 40.83 73.87 -
YUV 154.62 164.89 69.07 -
System Red Green Blue C M Y K H S L
Decimal 72 184 220 0.67 0.16 0 0.14 194.59 0.68 0.57
Hex 48 B8 DC 43 10 0 E C3 44 39
Octal 110 270 334 103 20 0 16 303 104 71
Binary 1001000 10111000 11011100 1000011 10000 0 1110 11000011 1000100 111001

Color Harmonies of #48B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B8DC

Black with #48B8DC

Text Example


Text Example

White with #48B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,184,220); }

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

background-color css

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

 a { background-color: rgb(72,184,220); }

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

border-color css

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

 span { border-color: rgb(72,184,220); }

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