Html Css Color HEX #48BAFF Summer Sky

📋 copy color: '#48BAFF'

red 72 ◦ green 186 ◦ blue 255

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

Shades of Summer Sky #48BAFF

Tints of Summer Sky #48BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.26%

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

R = 14.04%
G = 36.26%
B = 49.71%

CMYK

 C value IS 0.72

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#48BAFF (or 0x48BAFF) is known color: Summer Sky. HEX triplet: 48, BA and FF. RGB value is (72,186,255). Sum of RGB (Red+Green+Blue) = 72+186+255=513 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.04% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #48BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48BAFF is #B74500. Grayscale: #9F9F9F. Windows color (decimal): -12010753 or 16759368. OLE color: 16759368.

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

Color convert

RGB 72 186 255 -
CMYK 0.72 0.27 0 0
HSL 202.62º 1% 0.64% -
HSV(B) 202.62º 0.72% 1% -
XYZ 38.28 43.72 101.03 -
YUV 159.78 181.73 65.39 -
System Red Green Blue C M Y K H S L
Decimal 72 186 255 0.72 0.27 0 0 202.62 1 0.64
Hex 48 BA FF 48 1B 0 0 CB 64 40
Octal 110 272 377 110 33 0 0 313 144 100
Binary 1001000 10111010 11111111 1001000 11011 0 0 11001011 1100100 1000000

Color Harmonies of #48BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BAFF

Black with #48BAFF

Text Example


Text Example

White with #48BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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