#48FAF6

Color #48FAF6 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #48FAF6

Tints of Baby Blue #48FAF6

Color information

#48FAF6 (or 0x48FAF6) is unknown color: approx Baby Blue. HEX triplet: 48, FA and F6. RGB value is (72,250,246). Sum of RGB (Red+Green+Blue) = 72+250+246=568 (75% of max value = 765). Red value is 72 (28.52% from 255 or 12.68% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #48FAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FAF6 is #B70509. Grayscale: #C4C4C4. Windows color (decimal): -11994378 or 16185928. OLE color: 16185928.

HSL color Cylindrical-coordinate representation of color #48FAF6: hue angle of 178.65º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FAF6 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB72250246-
CMYK0.7100.020.02
HSL178.65º94.68%63.14%-
HSV(B)178.65º71.2%98.04%-
XYZ53.4976.499.12-
YUV196.32156.0339.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.68%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 246 (96.48% from 255) = 43.31%
R=12.68%
G=44.01%
B=43.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722502460.7100.020.02178.6594.6863.14
Hex48FAF647022b35f3f
Octal11037236610702226313777
Binary10010001111101011110110100011101010101100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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