Html Css Color HEX #608EAB Air Force Blue

📋 copy color: '#608EAB'

red 96 ◦ green 142 ◦ blue 171

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

Shades of Air Force Blue #608EAB

Tints of Air Force Blue #608EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 23.47%
G = 34.72%
B = 41.81%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#608EAB (or 0x608EAB) is known color: Air Force Blue. HEX triplet: 60, 8E and AB. RGB value is (96,142,171). Sum of RGB (Red+Green+Blue) = 96+142+171=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #608EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608EAB is #9F7154. Grayscale: #838383. Windows color (decimal): -10449237 or 11243104. OLE color: 11243104.

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

Color convert

RGB 96 142 171 -
CMYK 0.44 0.17 0 0.33
HSL 203.2º 0.31% 0.52% -
HSV(B) 203.2º 0.44% 0.67% -
XYZ 21.85 24.77 42.16 -
YUV 131.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 96 142 171 0.44 0.17 0 0.33 203.2 0.31 0.52
Hex 60 8E AB 2C 11 0 21 CB 1F 34
Octal 140 216 253 54 21 0 41 313 37 64
Binary 1100000 10001110 10101011 101100 10001 0 100001 11001011 11111 110100

Color Harmonies of #608EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608EAB

Black with #608EAB

Text Example


Text Example

White with #608EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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