#44AAFB

Color #44AAFB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #44AAFB

Tints of Summer Sky #44AAFB

Color information

#44AAFB (or 0x44AAFB) is unknown color: approx Summer Sky. HEX triplet: 44, AA and FB. RGB value is (68,170,251). Sum of RGB (Red+Green+Blue) = 68+170+251=489 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.91% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #44AAFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44AAFB is #BB5504. Grayscale: #949494. Windows color (decimal): -12276997 or 16493124. OLE color: 16493124.

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

Color convert

RGB68170251-
CMYK0.730.3200.02
HSL206.56º95.81%62.55%-
HSV(B)206.56º72.91%98.43%-
XYZ34.1736.9496.6-
YUV148.74185.7170.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.91%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=13.91%
G=34.76%
B=51.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal681702510.730.3200.02206.5695.8162.55
Hex44AAFB492002cf603f
Octal104252373111400231714077
Binary100010010101010111110111001001100000010110011111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,170,251); }

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

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

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

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

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

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

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