#608FAE

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

Shades of Air Force Blue #608FAE

Tints of Air Force Blue #608FAE

Color information

#608FAE (or 0x608FAE) is unknown color: approx Air Force Blue. HEX triplet: 60, 8F and AE. RGB value is (96,143,174). Sum of RGB (Red+Green+Blue) = 96+143+174=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #608FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FAE is #9F7051. Grayscale: #848484. Windows color (decimal): -10448978 or 11439968. OLE color: 11439968.

HSL color Cylindrical-coordinate representation of color #608FAE: hue angle of 203.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #608FAE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96143174-
CMYK0.450.1800.32
HSL203.85º32.5%52.94%-
HSV(B)203.85º44.83%68.24%-
XYZ22.2925.1943.73-
YUV132.48151.43101.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=23.24%
G=34.62%
B=42.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961431740.450.1800.32203.8532.552.94
Hex608FAE2D12020cc2035
Octal14021725655220403144065
Binary1100000100011111010111010110110010010000011001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,143,174); }

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

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

 a { background-color: rgb(96,143,174); }

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

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

 span { border-color: rgb(96,143,174); }

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