#48EFFD

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

Shades of Baby Blue #48EFFD

Tints of Baby Blue #48EFFD

Color information

#48EFFD (or 0x48EFFD) is unknown color: approx Baby Blue. HEX triplet: 48, EF and FD. RGB value is (72,239,253). Sum of RGB (Red+Green+Blue) = 72+239+253=564 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.77% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #48EFFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EFFD is #B71002. Grayscale: #BEBEBE. Windows color (decimal): -11997187 or 16641864. OLE color: 16641864.

HSL color Cylindrical-coordinate representation of color #48EFFD: hue angle of 184.64º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48EFFD is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72239253-
CMYK0.720.0600.01
HSL184.64º97.84%63.73%-
HSV(B)184.64º71.54%99.22%-
XYZ51.2770.2103.78-
YUV190.66163.1743.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.77%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=12.77%
G=42.38%
B=44.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722392530.720.0600.01184.6497.8463.73
Hex48EFFD48601b96240
Octal110357375110601271142100
Binary100100011101111111111011001000110011011100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,239,253); }

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

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

 a { background-color: rgb(72,239,253); }

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

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

 span { border-color: rgb(72,239,253); }

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