#48FCFD

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

Shades of Baby Blue #48FCFD

Tints of Baby Blue #48FCFD

Color information

#48FCFD (or 0x48FCFD) is unknown color: approx Baby Blue. HEX triplet: 48, FC and FD. RGB value is (72,252,253). Sum of RGB (Red+Green+Blue) = 72+252+253=577 (76% of max value = 765). Red value is 72 (28.52% from 255 or 12.48% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #48FCFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48FCFD is #B70302. Grayscale: #C6C6C6. Windows color (decimal): -11993859 or 16645192. OLE color: 16645192.

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

Color convert

RGB72252253-
CMYK0.720.0000.01
HSL180.33º97.84%63.73%-
HSV(B)180.33º71.54%99.22%-
XYZ55.2178.09105.09-
YUV198.29158.8737.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 12.48%
GREEN value IS 252 (98.83% from 255) = 43.67%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=12.48%
G=43.67%
B=43.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722522530.720.0000.01180.3397.8463.73
Hex48FCFD48001b46240
Octal110374375110001264142100
Binary1001000111111001111110110010000011011010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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