#48BAFF

Color #48BAFF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #48BAFF

Tints of Summer Sky #48BAFF

Color information

#48BAFF (or 0x48BAFF) is unknown color: approx 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

RGB72186255-
CMYK0.720.2700
HSL202.62º100%64.12%-
HSV(B)202.62º71.76%100%-
XYZ38.2843.72101.03-
YUV159.78181.7365.39-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal721862550.720.2700202.6210064.12
Hex48BAFF481B00cb6440
Octal1102723771103300313144100
Binary10010001011101011111111100100011011001100101111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>