#48CBF6

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

Shades of Summer Sky #48CBF6

Tints of Summer Sky #48CBF6

Color information

#48CBF6 (or 0x48CBF6) is unknown color: approx Summer Sky. HEX triplet: 48, CB and F6. RGB value is (72,203,246). Sum of RGB (Red+Green+Blue) = 72+203+246=521 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.82% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #48CBF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48CBF6 is #B73409. Grayscale: #A8A8A8. Windows color (decimal): -12006410 or 16173896. OLE color: 16173896.

HSL color Cylindrical-coordinate representation of color #48CBF6: hue angle of 194.83º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48CBF6 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB72203246-
CMYK0.710.1700.04
HSL194.83º90.62%62.35%-
HSV(B)194.83º70.73%96.47%-
XYZ40.6650.7494.84-
YUV168.73171.659-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 13.82%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=13.82%
G=38.96%
B=47.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722032460.710.1700.04194.8390.6262.35
Hex48CBF6471104c35b3e
Octal110313366107210430313376
Binary100100011001011111101101000111100010100110000111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,246); }

 H1.HeaderClassName
 {
   color: #48CBF6;
 }
 .AnyTagClassName
 {
   color: #48CBF6;
 }
</style>
background-color css

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

 a { background-color: rgb(72,203,246); }

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

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

 span { border-color: rgb(72,203,246); }

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