Html Css Color HEX #48BFFF Summer Sky

📋 copy color: '#48BFFF'

red 72 ◦ green 191 ◦ blue 255

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

Shades of Summer Sky #48BFFF

Tints of Summer Sky #48BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

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

R = 13.9%
G = 36.87%
B = 49.23%

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

#48BFFF (or 0x48BFFF) is known color: Summer Sky. HEX triplet: 48, BF and FF. RGB value is (72,191,255). Sum of RGB (Red+Green+Blue) = 72+191+255=518 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.90% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #48BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BFFF is #B74000. Grayscale: #A2A2A2. Windows color (decimal): -12009473 or 16760648. OLE color: 16760648.

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

Color convert

RGB 72 191 255 -
CMYK 0.72 0.25 0 0
HSL 200.98º 1% 0.64% -
HSV(B) 200.98º 0.72% 1% -
XYZ 39.35 45.86 101.39 -
YUV 162.72 180.08 63.3 -
System Red Green Blue C M Y K H S L
Decimal 72 191 255 0.72 0.25 0 0 200.98 1 0.64
Hex 48 BF FF 48 19 0 0 C9 64 40
Octal 110 277 377 110 31 0 0 311 144 100
Binary 1001000 10111111 11111111 1001000 11001 0 0 11001001 1100100 1000000

Color Harmonies of #48BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BFFF

Black with #48BFFF

Text Example


Text Example

White with #48BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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