#44FDF7

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

Shades of Baby Blue #44FDF7

Tints of Baby Blue #44FDF7

Color information

#44FDF7 (or 0x44FDF7) is unknown color: approx Baby Blue. HEX triplet: 44, FD and F7. RGB value is (68,253,247). Sum of RGB (Red+Green+Blue) = 68+253+247=568 (75% of max value = 765). Red value is 68 (26.95% from 255 or 11.97% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #44FDF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FDF7 is #BB0208. Grayscale: #C4C4C4. Windows color (decimal): -12255753 or 16252228. OLE color: 16252228.

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

Color convert

RGB68253247-
CMYK0.7300.020.01
HSL178.05º97.88%62.94%-
HSV(B)178.05º73.12%99.22%-
XYZ54.378.19100.23-
YUV197156.2135.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 11.97%
GREEN value IS 253 (99.22% from 255) = 44.54%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=11.97%
G=44.54%
B=43.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal682532470.7300.020.01178.0597.8862.94
Hex44FDF749021b2623f
Octal10437536711102126214277
Binary1000100111111011111011110010010101101100101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44FDF7; }

 p { color: rgb(68,253,247); }

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

<style>
 a { background-color: #44FDF7; }

 a { background-color: rgb(68,253,247); }

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

<style>
 span { border-color: #44FDF7; }

 span { border-color: rgb(68,253,247); }

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