Html Css Color HEX #718FAF Ship Cove

📋 copy color: '#718FAF'

red 113 ◦ green 143 ◦ blue 175

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

Shades of Ship Cove #718FAF

Tints of Ship Cove #718FAF

RGB

 RED value IS 113 (44.53% from 255) = 26.22%

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 26.22%
G = 33.18%
B = 40.6%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#718FAF (or 0x718FAF) is known color: Ship Cove. HEX triplet: 71, 8F and AF. RGB value is (113,143,175). Sum of RGB (Red+Green+Blue) = 113+143+175=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #718FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718FAF is #8E7050. Grayscale: #898989. Windows color (decimal): -9334865 or 11505521. OLE color: 11505521.

HSL color Cylindrical-coordinate representation of color #718FAF: hue angle of 210.97º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718FAF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 143 175 -
CMYK 0.35 0.18 0 0.31
HSL 210.97º 0.28% 0.56% -
HSV(B) 210.97º 0.35% 0.69% -
XYZ 24.37 26.25 44.34 -
YUV 137.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 113 143 175 0.35 0.18 0 0.31 210.97 0.28 0.56
Hex 71 8F AF 23 12 0 1F D3 1C 38
Octal 161 217 257 43 22 0 37 323 34 70
Binary 1110001 10001111 10101111 100011 10010 0 11111 11010011 11100 111000

Color Harmonies of #718FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FAF

Black with #718FAF

Text Example


Text Example

White with #718FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718FAF; }

 p { color: rgb(113,143,175); }

 H1.HeaderClassName
 {
   color: #718FAF;
 }
 .AnyTagClassName
 {
   color: #718FAF;
 }
</style>

background-color css

<style>
 a { background-color: #718FAF; }

 a { background-color: rgb(113,143,175); }

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

border-color css

<style>
 span { border-color: #718FAF; }

 span { border-color: rgb(113,143,175); }

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