Html Css Color HEX #48BCDC Summer Sky

📋 copy color: '#48BCDC'

red 72 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #48BCDC

Tints of Summer Sky #48BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.17%

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

R = 15%
G = 39.17%
B = 45.83%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#48BCDC (or 0x48BCDC) is known color: Summer Sky. HEX triplet: 48, BC and DC. RGB value is (72,188,220). Sum of RGB (Red+Green+Blue) = 72+188+220=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #48BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BCDC is #B74323. Grayscale: #9C9C9C. Windows color (decimal): -12010276 or 14466120. OLE color: 14466120.

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

Color convert

RGB 72 188 220 -
CMYK 0.67 0.15 0 0.14
HSL 192.97º 0.68% 0.57% -
HSV(B) 192.97º 0.67% 0.86% -
XYZ 33.57 42.51 74.15 -
YUV 156.96 163.57 67.4 -
System Red Green Blue C M Y K H S L
Decimal 72 188 220 0.67 0.15 0 0.14 192.97 0.68 0.57
Hex 48 BC DC 43 F 0 E C1 44 39
Octal 110 274 334 103 17 0 16 301 104 71
Binary 1001000 10111100 11011100 1000011 1111 0 1110 11000001 1000100 111001

Color Harmonies of #48BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BCDC

Black with #48BCDC

Text Example


Text Example

White with #48BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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