#44BAF7

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

Shades of Summer Sky #44BAF7

Tints of Summer Sky #44BAF7

Color information

#44BAF7 (or 0x44BAF7) is unknown color: approx Summer Sky. HEX triplet: 44, BA and F7. RGB value is (68,186,247). Sum of RGB (Red+Green+Blue) = 68+186+247=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #44BAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44BAF7 is #BB4508. Grayscale: #9D9D9D. Windows color (decimal): -12272905 or 16235076. OLE color: 16235076.

HSL color Cylindrical-coordinate representation of color #44BAF7: hue angle of 200.45º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44BAF7 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB68186247-
CMYK0.720.2500.03
HSL200.45º91.79%61.76%-
HSV(B)200.45º72.47%96.86%-
XYZ36.7343.0694.37-
YUV157.67178.4164.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.57%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 247 (96.88% from 255) = 49.30%
R=13.57%
G=37.13%
B=49.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal681862470.720.2500.03200.4591.7961.76
Hex44BAF7481903c85c3e
Octal104272367110310331013476
Binary10001001011101011110111100100011001011110010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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