#608EAF

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

Shades of Air Force Blue #608EAF

Tints of Air Force Blue #608EAF

Color information

#608EAF (or 0x608EAF) is unknown color: approx Air Force Blue. HEX triplet: 60, 8E and AF. RGB value is (96,142,175). Sum of RGB (Red+Green+Blue) = 96+142+175=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #608EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608EAF is #9F7150. Grayscale: #838383. Windows color (decimal): -10449233 or 11505248. OLE color: 11505248.

HSL color Cylindrical-coordinate representation of color #608EAF: hue angle of 205.06º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #608EAF is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96142175-
CMYK0.450.1900.31
HSL205.06º33.05%53.14%-
HSV(B)205.06º45.14%68.63%-
XYZ22.2324.9344.2-
YUV132.01152.26102.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 175 (68.75% from 255) = 42.37%
R=23.24%
G=34.38%
B=42.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961421750.450.1900.31205.0633.0553.14
Hex608EAF2D1301Fcd2135
Octal14021625755230373154165
Binary110000010001110101011111011011001101111111001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608EAF; }

 p { color: rgb(96,142,175); }

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

<style>
 a { background-color: #608EAF; }

 a { background-color: rgb(96,142,175); }

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

<style>
 span { border-color: #608EAF; }

 span { border-color: rgb(96,142,175); }

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