Html Css Color HEX #48C0FF Summer Sky

📋 copy color: '#48C0FF'

red 72 ◦ green 192 ◦ blue 255

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

Shades of Summer Sky #48C0FF

Tints of Summer Sky #48C0FF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

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

R = 13.87%
G = 36.99%
B = 49.13%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48C0FF (or 0x48C0FF) is known color: Summer Sky. HEX triplet: 48, C0 and FF. RGB value is (72,192,255). Sum of RGB (Red+Green+Blue) = 72+192+255=519 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.87% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #48C0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48C0FF is #B73F00. Grayscale: #A2A2A2. Windows color (decimal): -12009217 or 16760904. OLE color: 16760904.

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

Color convert

RGB 72 192 255 -
CMYK 0.72 0.25 0 0
HSL 200.66º 1% 0.64% -
HSV(B) 200.66º 0.72% 1% -
XYZ 39.57 46.3 101.46 -
YUV 163.3 179.74 62.88 -
System Red Green Blue C M Y K H S L
Decimal 72 192 255 0.72 0.25 0 0 200.66 1 0.64
Hex 48 C0 FF 48 19 0 0 C9 64 40
Octal 110 300 377 110 31 0 0 311 144 100
Binary 1001000 11000000 11111111 1001000 11001 0 0 11001001 1100100 1000000

Color Harmonies of #48C0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C0FF

Black with #48C0FF

Text Example


Text Example

White with #48C0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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