#48ECFD

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

Shades of Baby Blue #48ECFD

Tints of Baby Blue #48ECFD

Color information

#48ECFD (or 0x48ECFD) is unknown color: approx Baby Blue. HEX triplet: 48, EC and FD. RGB value is (72,236,253). Sum of RGB (Red+Green+Blue) = 72+236+253=561 (74% of max value = 765). Red value is 72 (28.52% from 255 or 12.83% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #48ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48ECFD is #B71302. Grayscale: #BCBCBC. Windows color (decimal): -11997955 or 16641096. OLE color: 16641096.

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

Color convert

RGB72236253-
CMYK0.720.0700.01
HSL185.64º97.84%63.73%-
HSV(B)185.64º71.54%99.22%-
XYZ50.468.46103.49-
YUV188.9164.1744.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.83%
GREEN value IS 236 (92.58% from 255) = 42.07%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=12.83%
G=42.07%
B=45.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722362530.720.0700.01185.6497.8463.73
Hex48ECFD48701ba6240
Octal110354375110701272142100
Binary100100011101100111111011001000111011011101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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