Html Css Color HEX #48B3DE Summer Sky

📋 copy color: '#48B3DE'

red 72 ◦ green 179 ◦ blue 222

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

Shades of Summer Sky #48B3DE

Tints of Summer Sky #48B3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.84%

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 15.22%
G = 37.84%
B = 46.93%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48B3DE (or 0x48B3DE) is known color: Summer Sky. HEX triplet: 48, B3 and DE. RGB value is (72,179,222). Sum of RGB (Red+Green+Blue) = 72+179+222=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #48B3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48B3DE is #B74C21. Grayscale: #979797. Windows color (decimal): -12012578 or 14594888. OLE color: 14594888.

HSL color Cylindrical-coordinate representation of color #48B3DE: hue angle of 197.2º degrees, saturation: 0.69, 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 #48B3DE is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 179 222 -
CMYK 0.68 0.19 0 0.13
HSL 197.2º 0.69% 0.58% -
HSV(B) 197.2º 0.68% 0.87% -
XYZ 31.98 38.89 74.93 -
YUV 151.91 167.55 71 -
System Red Green Blue C M Y K H S L
Decimal 72 179 222 0.68 0.19 0 0.13 197.2 0.69 0.58
Hex 48 B3 DE 44 13 0 D C5 45 3A
Octal 110 263 336 104 23 0 15 305 105 72
Binary 1001000 10110011 11011110 1000100 10011 0 1101 11000101 1000101 111010

Color Harmonies of #48B3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B3DE

Black with #48B3DE

Text Example


Text Example

White with #48B3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,179,222); }

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

background-color css

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

 a { background-color: rgb(72,179,222); }

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

border-color css

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

 span { border-color: rgb(72,179,222); }

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