Html Css Color HEX #48C1DC Summer Sky

📋 copy color: '#48C1DC'

red 72 ◦ green 193 ◦ blue 220

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

Shades of Summer Sky #48C1DC

Tints of Summer Sky #48C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.79%

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

R = 14.85%
G = 39.79%
B = 45.36%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48C1DC (or 0x48C1DC) is known color: Summer Sky. HEX triplet: 48, C1 and DC. RGB value is (72,193,220). Sum of RGB (Red+Green+Blue) = 72+193+220=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #48C1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C1DC is #B73E23. Grayscale: #9F9F9F. Windows color (decimal): -12008996 or 14467400. OLE color: 14467400.

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

Color convert

RGB 72 193 220 -
CMYK 0.67 0.12 0 0.14
HSL 190.95º 0.68% 0.57% -
HSV(B) 190.95º 0.67% 0.86% -
XYZ 34.66 44.68 74.51 -
YUV 159.9 161.91 65.3 -
System Red Green Blue C M Y K H S L
Decimal 72 193 220 0.67 0.12 0 0.14 190.95 0.68 0.57
Hex 48 C1 DC 43 C 0 E BF 44 39
Octal 110 301 334 103 14 0 16 277 104 71
Binary 1001000 11000001 11011100 1000011 1100 0 1110 10111111 1000100 111001

Color Harmonies of #48C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C1DC

Black with #48C1DC

Text Example


Text Example

White with #48C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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