#618EAB

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

Shades of Air Force Blue #618EAB

Tints of Air Force Blue #618EAB

Color information

#618EAB (or 0x618EAB) is unknown color: approx Air Force Blue. HEX triplet: 61, 8E and AB. RGB value is (97,142,171). Sum of RGB (Red+Green+Blue) = 97+142+171=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #618EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618EAB is #9E7154. Grayscale: #838383. Windows color (decimal): -10383701 or 11243105. OLE color: 11243105.

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

Color convert

RGB97142171-
CMYK0.430.1700.33
HSL203.51º30.58%52.55%-
HSV(B)203.51º43.27%67.06%-
XYZ21.9524.8342.16-
YUV131.85150.09103.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 142 (55.86% from 255) = 34.63%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=23.66%
G=34.63%
B=41.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971421710.430.1700.33203.5130.5852.55
Hex618EAB2B11021cc1f35
Octal14121625353210413143765
Binary110000110001110101010111010111000101000011100110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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