#4FFDF8

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

Shades of Baby Blue #4FFDF8

Tints of Baby Blue #4FFDF8

Color information

#4FFDF8 (or 0x4FFDF8) is unknown color: approx Baby Blue. HEX triplet: 4F, FD and F8. RGB value is (79,253,248). Sum of RGB (Red+Green+Blue) = 79+253+248=580 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.62% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFDF8 is #B00207. Grayscale: #C8C8C8. Windows color (decimal): -11534856 or 16317775. OLE color: 16317775.

HSL color Cylindrical-coordinate representation of color #4FFDF8: hue angle of 178.28º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDF8 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB79253248-
CMYK0.6900.020.01
HSL178.28º97.75%65.1%-
HSV(B)178.28º68.77%99.22%-
XYZ55.2978.69101.08-
YUV200.4154.8541.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 13.62%
GREEN value IS 253 (99.22% from 255) = 43.62%
BLUE value IS 248 (97.27% from 255) = 42.76%
R=13.62%
G=43.62%
B=42.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal792532480.6900.020.01178.2897.7565.1
Hex4FFDF845021b26241
Octal117375370105021262142101
Binary10011111111110111111000100010101011011001011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FFDF8; }

 p { color: rgb(79,253,248); }

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

<style>
 a { background-color: #4FFDF8; }

 a { background-color: rgb(79,253,248); }

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

<style>
 span { border-color: #4FFDF8; }

 span { border-color: rgb(79,253,248); }

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