#48F9FD

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

Shades of Baby Blue #48F9FD

Tints of Baby Blue #48F9FD

Color information

#48F9FD (or 0x48F9FD) is unknown color: approx Baby Blue. HEX triplet: 48, F9 and FD. RGB value is (72,249,253). Sum of RGB (Red+Green+Blue) = 72+249+253=574 (76% of max value = 765). Red value is 72 (28.52% from 255 or 12.54% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #48F9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48F9FD is #B70602. Grayscale: #C4C4C4. Windows color (decimal): -11994627 or 16644424. OLE color: 16644424.

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

Color convert

RGB72249253-
CMYK0.720.0200.01
HSL181.33º97.84%63.73%-
HSV(B)181.33º71.54%99.22%-
XYZ54.2876.22104.78-
YUV196.53159.8639.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.54%
GREEN value IS 249 (97.66% from 255) = 43.38%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=12.54%
G=43.38%
B=44.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722492530.720.0200.01181.3397.8463.73
Hex48F9FD48201b56240
Octal110371375110201265142100
Binary10010001111100111111101100100010011011010111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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