#44F2FF

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

Shades of Baby Blue #44F2FF

Tints of Baby Blue #44F2FF

Color information

#44F2FF (or 0x44F2FF) is unknown color: approx Baby Blue. HEX triplet: 44, F2 and FF. RGB value is (68,242,255). Sum of RGB (Red+Green+Blue) = 68+242+255=565 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.04% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #44F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F2FF is #BB0D00. Grayscale: #BFBFBF. Windows color (decimal): -12258561 or 16773700. OLE color: 16773700.

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

Color convert

RGB68242255-
CMYK0.730.0500
HSL184.17º100%63.33%-
HSV(B)184.17º73.33%100%-
XYZ52.1971.95105.75-
YUV191.46163.8539.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.04%
GREEN value IS 242 (94.92% from 255) = 42.83%
BLUE value IS 255 (100% from 255) = 45.13%
R=12.04%
G=42.83%
B=45.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682422550.730.0500184.1710063.33
Hex44F2FF49500b8643f
Octal10436237711150027014477
Binary10001001111001011111111100100110100101110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,242,255); }

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

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

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

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

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

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

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