Html Css Color HEX #48B4FF Summer Sky

📋 copy color: '#48B4FF'

red 72 ◦ green 180 ◦ blue 255

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

Shades of Summer Sky #48B4FF

Tints of Summer Sky #48B4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 14.2%
G = 35.5%
B = 50.3%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48B4FF (or 0x48B4FF) is known color: Summer Sky. HEX triplet: 48, B4 and FF. RGB value is (72,180,255). Sum of RGB (Red+Green+Blue) = 72+180+255=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #48B4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48B4FF is #B74B00. Grayscale: #9B9B9B. Windows color (decimal): -12012289 or 16757832. OLE color: 16757832.

HSL color Cylindrical-coordinate representation of color #48B4FF: hue angle of 204.59º 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 #48B4FF is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 180 255 -
CMYK 0.72 0.29 0 0
HSL 204.59º 1% 0.64% -
HSV(B) 204.59º 0.72% 1% -
XYZ 37.04 41.24 100.62 -
YUV 156.26 183.72 67.9 -
System Red Green Blue C M Y K H S L
Decimal 72 180 255 0.72 0.29 0 0 204.59 1 0.64
Hex 48 B4 FF 48 1D 0 0 CD 64 40
Octal 110 264 377 110 35 0 0 315 144 100
Binary 1001000 10110100 11111111 1001000 11101 0 0 11001101 1100100 1000000

Color Harmonies of #48B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B4FF

Black with #48B4FF

Text Example


Text Example

White with #48B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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