Html Css Color HEX #48BADC Summer Sky

📋 copy color: '#48BADC'

red 72 ◦ green 186 ◦ blue 220

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

Shades of Summer Sky #48BADC

Tints of Summer Sky #48BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 15.06%
G = 38.91%
B = 46.03%

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

#48BADC (or 0x48BADC) is known color: Summer Sky. HEX triplet: 48, BA and DC. RGB value is (72,186,220). Sum of RGB (Red+Green+Blue) = 72+186+220=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #48BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BADC is #B74523. Grayscale: #9B9B9B. Windows color (decimal): -12010788 or 14465608. OLE color: 14465608.

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

Color convert

RGB 72 186 220 -
CMYK 0.67 0.15 0 0.14
HSL 193.78º 0.68% 0.57% -
HSV(B) 193.78º 0.67% 0.86% -
XYZ 33.15 41.66 74 -
YUV 155.79 164.23 68.24 -
System Red Green Blue C M Y K H S L
Decimal 72 186 220 0.67 0.15 0 0.14 193.78 0.68 0.57
Hex 48 BA DC 43 F 0 E C2 44 39
Octal 110 272 334 103 17 0 16 302 104 71
Binary 1001000 10111010 11011100 1000011 1111 0 1110 11000010 1000100 111001

Color Harmonies of #48BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BADC

Black with #48BADC

Text Example


Text Example

White with #48BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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