Html Css Color HEX #48B0FF Summer Sky

📋 copy color: '#48B0FF'

red 72 ◦ green 176 ◦ blue 255

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

Shades of Summer Sky #48B0FF

Tints of Summer Sky #48B0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.99%

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

R = 14.31%
G = 34.99%
B = 50.7%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48B0FF (or 0x48B0FF) is known color: Summer Sky. HEX triplet: 48, B0 and FF. RGB value is (72,176,255). Sum of RGB (Red+Green+Blue) = 72+176+255=503 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.31% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #48B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #48B0FF is #B74F00. Grayscale: #999999. Windows color (decimal): -12013313 or 16756808. OLE color: 16756808.

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

Color convert

RGB 72 176 255 -
CMYK 0.72 0.31 0 0
HSL 205.9º 1% 0.64% -
HSV(B) 205.9º 0.72% 1% -
XYZ 36.25 39.65 100.35 -
YUV 153.91 185.04 69.58 -
System Red Green Blue C M Y K H S L
Decimal 72 176 255 0.72 0.31 0 0 205.9 1 0.64
Hex 48 B0 FF 48 1F 0 0 CE 64 40
Octal 110 260 377 110 37 0 0 316 144 100
Binary 1001000 10110000 11111111 1001000 11111 0 0 11001110 1100100 1000000

Color Harmonies of #48B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B0FF

Black with #48B0FF

Text Example


Text Example

White with #48B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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