Html Css Color HEX #48C1DB Summer Sky

📋 copy color: '#48C1DB'

red 72 ◦ green 193 ◦ blue 219

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

Shades of Summer Sky #48C1DB

Tints of Summer Sky #48C1DB

RGB

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

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

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

R = 14.88%
G = 39.88%
B = 45.25%

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

#48C1DB (or 0x48C1DB) is known color: Summer Sky. HEX triplet: 48, C1 and DB. RGB value is (72,193,219). Sum of RGB (Red+Green+Blue) = 72+193+219=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #48C1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48C1DB is #B73E24. Grayscale: #9F9F9F. Windows color (decimal): -12008997 or 14401864. OLE color: 14401864.

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

Color convert

RGB 72 193 219 -
CMYK 0.67 0.12 0 0.14
HSL 190.61º 0.67% 0.57% -
HSV(B) 190.61º 0.67% 0.86% -
XYZ 34.53 44.63 73.81 -
YUV 159.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 72 193 219 0.67 0.12 0 0.14 190.61 0.67 0.57
Hex 48 C1 DB 43 C 0 E BF 43 39
Octal 110 301 333 103 14 0 16 277 103 71
Binary 1001000 11000001 11011011 1000011 1100 0 1110 10111111 1000011 111001

Color Harmonies of #48C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C1DB

Black with #48C1DB

Text Example


Text Example

White with #48C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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