Html Css Color HEX #48C2DB Summer Sky

📋 copy color: '#48C2DB'

red 72 ◦ green 194 ◦ blue 219

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

Shades of Summer Sky #48C2DB

Tints of Summer Sky #48C2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 14.85%
G = 40%
B = 45.15%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48C2DB (or 0x48C2DB) is known color: Summer Sky. HEX triplet: 48, C2 and DB. RGB value is (72,194,219). Sum of RGB (Red+Green+Blue) = 72+194+219=485 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.85% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #48C2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C2DB is #B73D24. Grayscale: #A0A0A0. Windows color (decimal): -12008741 or 14402120. OLE color: 14402120.

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

Color convert

RGB 72 194 219 -
CMYK 0.67 0.11 0 0.14
HSL 190.2º 0.67% 0.57% -
HSV(B) 190.2º 0.67% 0.86% -
XYZ 34.75 45.08 73.89 -
YUV 160.37 161.08 64.97 -
System Red Green Blue C M Y K H S L
Decimal 72 194 219 0.67 0.11 0 0.14 190.2 0.67 0.57
Hex 48 C2 DB 43 B 0 E BE 43 39
Octal 110 302 333 103 13 0 16 276 103 71
Binary 1001000 11000010 11011011 1000011 1011 0 1110 10111110 1000011 111001

Color Harmonies of #48C2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C2DB

Black with #48C2DB

Text Example


Text Example

White with #48C2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,194,219); }

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

background-color css

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

 a { background-color: rgb(72,194,219); }

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

border-color css

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

 span { border-color: rgb(72,194,219); }

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