#618EAC

Color #618EAC Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #618EAC

Tints of Air Force Blue #618EAC

Color information

#618EAC (or 0x618EAC) is unknown color: approx Air Force Blue. HEX triplet: 61, 8E and AC. RGB value is (97,142,172). Sum of RGB (Red+Green+Blue) = 97+142+172=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #618EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618EAC is #9E7153. Grayscale: #838383. Windows color (decimal): -10383700 or 11308641. OLE color: 11308641.

HSL color Cylindrical-coordinate representation of color #618EAC: hue angle of 204º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #618EAC is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97142172-
CMYK0.440.1700.33
HSL204º31.12%52.75%-
HSV(B)204º43.6%67.45%-
XYZ22.0524.8742.67-
YUV131.96150.59103.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.60%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=23.60%
G=34.55%
B=41.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971421720.440.1700.3320431.1252.75
Hex618EAC2C11021cc1f35
Octal14121625454210413143765
Binary110000110001110101011001011001000101000011100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618EAC; }

 p { color: rgb(97,142,172); }

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

<style>
 a { background-color: #618EAC; }

 a { background-color: rgb(97,142,172); }

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

<style>
 span { border-color: #618EAC; }

 span { border-color: rgb(97,142,172); }

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