#44F7FD

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

Shades of Baby Blue #44F7FD

Tints of Baby Blue #44F7FD

Color information

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

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

Color convert

RGB68247253-
CMYK0.730.0200.01
HSL181.95º97.88%62.94%-
HSV(B)181.95º73.12%99.22%-
XYZ53.3774.84104.56-
YUV194.16161.238.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal682472530.730.0200.01181.9597.8862.94
Hex44F7FD49201b6623f
Octal10436737511120126614277
Binary1000100111101111111110110010011001101101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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