#44F6F6

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

Shades of Baby Blue #44F6F6

Tints of Baby Blue #44F6F6

Color information

#44F6F6 (or 0x44F6F6) is unknown color: approx Baby Blue. HEX triplet: 44, F6 and F6. RGB value is (68,246,246). Sum of RGB (Red+Green+Blue) = 68+246+246=560 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.14% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #44F6F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F6F6 is #BB0909. Grayscale: #C0C0C0. Windows color (decimal): -12257546 or 16184900. OLE color: 16184900.

HSL color Cylindrical-coordinate representation of color #44F6F6: hue angle of 180º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F6F6 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB68246246-
CMYK0.72000.04
HSL180º90.82%61.57%-
HSV(B)180º72.36%96.47%-
XYZ51.9773.7998.69-
YUV192.78158.0339-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.14%
GREEN value IS 246 (96.48% from 255) = 43.93%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=12.14%
G=43.93%
B=43.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal682462460.72000.0418090.8261.57
Hex44F6F648004b45b3e
Octal10436636611000426413376
Binary10001001111011011110110100100000100101101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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