Html Css Color HEX #568DAE Air Force Blue

📋 copy color: '#568DAE'

red 86 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #568DAE

Tints of Air Force Blue #568DAE

RGB

 RED value IS 86 (33.98% from 255) = 21.45%

 GREEN value IS 141 (55.47% from 255) = 35.16%

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

R = 21.45%
G = 35.16%
B = 43.39%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#568DAE (or 0x568DAE) is known color: Air Force Blue. HEX triplet: 56, 8D and AE. RGB value is (86,141,174). Sum of RGB (Red+Green+Blue) = 86+141+174=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #568DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568DAE is #A97251. Grayscale: #808080. Windows color (decimal): -11104850 or 11439446. OLE color: 11439446.

HSL color Cylindrical-coordinate representation of color #568DAE: hue angle of 202.5º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #568DAE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 86 141 174 -
CMYK 0.51 0.19 0 0.32
HSL 202.5º 0.35% 0.51% -
HSV(B) 202.5º 0.51% 0.68% -
XYZ 21 24.08 43.59 -
YUV 128.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 86 141 174 0.51 0.19 0 0.32 202.5 0.35 0.51
Hex 56 8D AE 33 13 0 20 CA 23 33
Octal 126 215 256 63 23 0 40 312 43 63
Binary 1010110 10001101 10101110 110011 10011 0 100000 11001010 100011 110011

Color Harmonies of #568DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568DAE

Black with #568DAE

Text Example


Text Example

White with #568DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568DAE; }

 p { color: rgb(86,141,174); }

 H1.HeaderClassName
 {
   color: #568DAE;
 }
 .AnyTagClassName
 {
   color: #568DAE;
 }
</style>

background-color css

<style>
 a { background-color: #568DAE; }

 a { background-color: rgb(86,141,174); }

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

border-color css

<style>
 span { border-color: #568DAE; }

 span { border-color: rgb(86,141,174); }

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