#44ACF4

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

Shades of Summer Sky #44ACF4

Tints of Summer Sky #44ACF4

Color information

#44ACF4 (or 0x44ACF4) is unknown color: approx Summer Sky. HEX triplet: 44, AC and F4. RGB value is (68,172,244). Sum of RGB (Red+Green+Blue) = 68+172+244=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #44ACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44ACF4 is #BB530B. Grayscale: #949494. Windows color (decimal): -12276492 or 16034884. OLE color: 16034884.

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

Color convert

RGB68172244-
CMYK0.720.3000.04
HSL204.55º88.89%61.18%-
HSV(B)204.55º72.13%95.69%-
XYZ33.4737.2791.02-
YUV149.11181.5470.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.05%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 244 (95.70% from 255) = 50.41%
R=14.05%
G=35.54%
B=50.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal681722440.720.3000.04204.5588.8961.18
Hex44ACF4481E04cd593d
Octal104254364110360431513175
Binary100010010101100111101001001000111100100110011011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,172,244); }

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

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

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

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

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

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

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