Html Css Color HEX #48B8FF Summer Sky

📋 copy color: '#48B8FF'

red 72 ◦ green 184 ◦ blue 255

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

Shades of Summer Sky #48B8FF

Tints of Summer Sky #48B8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 14.09%
G = 36.01%
B = 49.9%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48B8FF (or 0x48B8FF) is known color: Summer Sky. HEX triplet: 48, B8 and FF. RGB value is (72,184,255). Sum of RGB (Red+Green+Blue) = 72+184+255=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #48B8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B8FF is #B74700. Grayscale: #9E9E9E. Windows color (decimal): -12011265 or 16758856. OLE color: 16758856.

HSL color Cylindrical-coordinate representation of color #48B8FF: hue angle of 203.28º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48B8FF is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 184 255 -
CMYK 0.72 0.28 0 0
HSL 203.28º 1% 0.64% -
HSV(B) 203.28º 0.72% 1% -
XYZ 37.86 42.88 100.89 -
YUV 158.61 182.39 66.23 -
System Red Green Blue C M Y K H S L
Decimal 72 184 255 0.72 0.28 0 0 203.28 1 0.64
Hex 48 B8 FF 48 1C 0 0 CB 64 40
Octal 110 270 377 110 34 0 0 313 144 100
Binary 1001000 10111000 11111111 1001000 11100 0 0 11001011 1100100 1000000

Color Harmonies of #48B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B8FF

Black with #48B8FF

Text Example


Text Example

White with #48B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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