Html Css Color HEX #48B9DD Summer Sky

📋 copy color: '#48B9DD'

red 72 ◦ green 185 ◦ blue 221

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

Shades of Summer Sky #48B9DD

Tints of Summer Sky #48B9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.7%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 15.06%
G = 38.7%
B = 46.23%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48B9DD (or 0x48B9DD) is known color: Summer Sky. HEX triplet: 48, B9 and DD. RGB value is (72,185,221). Sum of RGB (Red+Green+Blue) = 72+185+221=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #48B9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B9DD is #B74622. Grayscale: #9B9B9B. Windows color (decimal): -12011043 or 14530888. OLE color: 14530888.

HSL color Cylindrical-coordinate representation of color #48B9DD: hue angle of 194.5º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48B9DD is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 185 221 -
CMYK 0.67 0.16 0 0.13
HSL 194.5º 0.69% 0.57% -
HSV(B) 194.5º 0.67% 0.87% -
XYZ 33.07 41.3 74.63 -
YUV 155.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 72 185 221 0.67 0.16 0 0.13 194.5 0.69 0.57
Hex 48 B9 DD 43 10 0 D C2 45 39
Octal 110 271 335 103 20 0 15 302 105 71
Binary 1001000 10111001 11011101 1000011 10000 0 1101 11000010 1000101 111001

Color Harmonies of #48B9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B9DD

Black with #48B9DD

Text Example


Text Example

White with #48B9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,185,221); }

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

background-color css

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

 a { background-color: rgb(72,185,221); }

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

border-color css

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

 span { border-color: rgb(72,185,221); }

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