Html Css Color HEX #48BDDF Summer Sky

📋 copy color: '#48BDDF'

red 72 ◦ green 189 ◦ blue 223

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

Shades of Summer Sky #48BDDF

Tints of Summer Sky #48BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 14.88%
G = 39.05%
B = 46.07%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48BDDF (or 0x48BDDF) is known color: Summer Sky. HEX triplet: 48, BD and DF. RGB value is (72,189,223). Sum of RGB (Red+Green+Blue) = 72+189+223=484 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.88% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #48BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDDF is #B74220. Grayscale: #9D9D9D. Windows color (decimal): -12010017 or 14662984. OLE color: 14662984.

HSL color Cylindrical-coordinate representation of color #48BDDF: hue angle of 193.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48BDDF is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 189 223 -
CMYK 0.68 0.15 0 0.13
HSL 193.51º 0.7% 0.58% -
HSV(B) 193.51º 0.68% 0.87% -
XYZ 34.19 43.1 76.33 -
YUV 157.89 164.74 66.74 -
System Red Green Blue C M Y K H S L
Decimal 72 189 223 0.68 0.15 0 0.13 193.51 0.7 0.58
Hex 48 BD DF 44 F 0 D C2 46 3A
Octal 110 275 337 104 17 0 15 302 106 72
Binary 1001000 10111101 11011111 1000100 1111 0 1101 11000010 1000110 111010

Color Harmonies of #48BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BDDF

Black with #48BDDF

Text Example


Text Example

White with #48BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,223); }

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

background-color css

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

 a { background-color: rgb(72,189,223); }

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

border-color css

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

 span { border-color: rgb(72,189,223); }

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