Html Css Color HEX #44AAF1 Summer Sky

📋 copy color: '#44AAF1'

red 68 ◦ green 170 ◦ blue 241

#44AAF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #44AAF1

Tints of Summer Sky #44AAF1

RGB

 RED value IS 68 (26.95% from 255) = 14.2%

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 241 (94.53% from 255) = 50.31%

R = 14.2%
G = 35.49%
B = 50.31%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#44AAF1 (or 0x44AAF1) is known color: Summer Sky. HEX triplet: 44, AA and F1. RGB value is (68,170,241). Sum of RGB (Red+Green+Blue) = 68+170+241=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #44AAF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44AAF1 is #BB550E. Grayscale: #939393. Windows color (decimal): -12277007 or 15837764. OLE color: 15837764.

HSL color Cylindrical-coordinate representation of color #44AAF1: hue angle of 204.62º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44AAF1 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 170 241 -
CMYK 0.72 0.29 0 0.05
HSL 204.62º 0.86% 0.61% -
HSV(B) 204.62º 0.72% 0.95% -
XYZ 32.64 36.33 88.51 -
YUV 147.6 180.71 71.23 -
System Red Green Blue C M Y K H S L
Decimal 68 170 241 0.72 0.29 0 0.05 204.62 0.86 0.61
Hex 44 AA F1 48 1D 0 5 CD 56 3D
Octal 104 252 361 110 35 0 5 315 126 75
Binary 1000100 10101010 11110001 1001000 11101 0 101 11001101 1010110 111101

Color Harmonies of #44AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AAF1

Black with #44AAF1

Text Example


Text Example

White with #44AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44AAF1;
 }
 .AnyTagClassName
 {
   color: #44AAF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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