#44F6FD

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

Shades of Baby Blue #44F6FD

Tints of Baby Blue #44F6FD

Color information

#44F6FD (or 0x44F6FD) is unknown color: approx Baby Blue. HEX triplet: 44, F6 and FD. RGB value is (68,246,253). Sum of RGB (Red+Green+Blue) = 68+246+253=567 (75% of max value = 765). Red value is 68 (26.95% from 255 or 11.99% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #44F6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F6FD is #BB0902. Grayscale: #C1C1C1. Windows color (decimal): -12257539 or 16643652. OLE color: 16643652.

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

Color convert

RGB68246253-
CMYK0.730.0300.01
HSL182.27º97.88%62.94%-
HSV(B)182.27º73.12%99.22%-
XYZ53.0774.23104.46-
YUV193.58161.5338.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 11.99%
GREEN value IS 246 (96.48% from 255) = 43.39%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=11.99%
G=43.39%
B=44.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal682462530.730.0300.01182.2797.8862.94
Hex44F6FD49301b6623f
Octal10436637511130126614277
Binary1000100111101101111110110010011101101101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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