Html Css Color HEX #608EAE Air Force Blue

📋 copy color: '#608EAE'

red 96 ◦ green 142 ◦ blue 174

#608EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #608EAE

Tints of Air Force Blue #608EAE

RGB

 RED value IS 96 (37.89% from 255) = 23.3%

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 174 (68.36% from 255) = 42.23%

R = 23.3%
G = 34.47%
B = 42.23%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#608EAE (or 0x608EAE) is known color: Air Force Blue. HEX triplet: 60, 8E and AE. RGB value is (96,142,174). Sum of RGB (Red+Green+Blue) = 96+142+174=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #608EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608EAE is #9F7151. Grayscale: #838383. Windows color (decimal): -10449234 or 11439712. OLE color: 11439712.

HSL color Cylindrical-coordinate representation of color #608EAE: hue angle of 204.62º 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 #608EAE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 142 174 -
CMYK 0.45 0.18 0 0.32
HSL 204.62º 0.33% 0.53% -
HSV(B) 204.62º 0.45% 0.68% -
XYZ 22.14 24.89 43.68 -
YUV 131.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 96 142 174 0.45 0.18 0 0.32 204.62 0.33 0.53
Hex 60 8E AE 2D 12 0 20 CD 20 35
Octal 140 216 256 55 22 0 40 315 40 65
Binary 1100000 10001110 10101110 101101 10010 0 100000 11001101 100000 110101

Color Harmonies of #608EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608EAE

Black with #608EAE

Text Example


Text Example

White with #608EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #608EAE;
 }
 .AnyTagClassName
 {
   color: #608EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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