#44AFEF

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

Shades of Summer Sky #44AFEF

Tints of Summer Sky #44AFEF

Color information

#44AFEF (or 0x44AFEF) is unknown color: approx Summer Sky. HEX triplet: 44, AF and EF. RGB value is (68,175,239). Sum of RGB (Red+Green+Blue) = 68+175+239=482 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.11% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #44AFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #44AFEF is #BB5010. Grayscale: #959595. Windows color (decimal): -12275729 or 15707972. OLE color: 15707972.

HSL color Cylindrical-coordinate representation of color #44AFEF: hue angle of 202.46º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44AFEF is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB68175239-
CMYK0.720.2700.06
HSL202.46º84.24%60.2%-
HSV(B)202.46º71.55%93.73%-
XYZ33.2938.1287.26-
YUV150.3178.0569.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.11%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 239 (93.75% from 255) = 49.59%
R=14.11%
G=36.31%
B=49.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal681752390.720.2700.06202.4684.2460.2
Hex44AFEF481B06ca543c
Octal104257357110330631212474
Binary100010010101111111011111001000110110110110010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,175,239); }

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

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

 a { background-color: rgb(68,175,239); }

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

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

 span { border-color: rgb(68,175,239); }

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