Html Css Color HEX #48B8F6 Summer Sky

📋 copy color: '#48B8F6'

red 72 ◦ green 184 ◦ blue 246

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

Shades of Summer Sky #48B8F6

Tints of Summer Sky #48B8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

 BLUE value IS 246 (96.48% from 255) = 49%

R = 14.34%
G = 36.65%
B = 49%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#48B8F6 (or 0x48B8F6) is known color: Summer Sky. HEX triplet: 48, B8 and F6. RGB value is (72,184,246). Sum of RGB (Red+Green+Blue) = 72+184+246=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #48B8F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B8F6 is #B74709. Grayscale: #9D9D9D. Windows color (decimal): -12011274 or 16169032. OLE color: 16169032.

HSL color Cylindrical-coordinate representation of color #48B8F6: hue angle of 201.38º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48B8F6 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 184 246 -
CMYK 0.71 0.25 0 0.04
HSL 201.38º 0.91% 0.62% -
HSV(B) 201.38º 0.71% 0.96% -
XYZ 36.45 42.31 93.43 -
YUV 157.58 177.89 66.96 -
System Red Green Blue C M Y K H S L
Decimal 72 184 246 0.71 0.25 0 0.04 201.38 0.91 0.62
Hex 48 B8 F6 47 19 0 4 C9 5B 3E
Octal 110 270 366 107 31 0 4 311 133 76
Binary 1001000 10111000 11110110 1000111 11001 0 100 11001001 1011011 111110

Color Harmonies of #48B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B8F6

Black with #48B8F6

Text Example


Text Example

White with #48B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,184,246); }

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

background-color css

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

 a { background-color: rgb(72,184,246); }

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

border-color css

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

 span { border-color: rgb(72,184,246); }

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