Html Css Color HEX #718AA8 Ship Cove

📋 copy color: '#718AA8'

red 113 ◦ green 138 ◦ blue 168

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

Shades of Ship Cove #718AA8

Tints of Ship Cove #718AA8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 168 (66.02% from 255) = 40.1%

R = 26.97%
G = 32.94%
B = 40.1%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#718AA8 (or 0x718AA8) is known color: Ship Cove. HEX triplet: 71, 8A and A8. RGB value is (113,138,168). Sum of RGB (Red+Green+Blue) = 113+138+168=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 168 - color contains mainly: blue. Hex color #718AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AA8 is #8E7557. Grayscale: #858585. Windows color (decimal): -9336152 or 11045489. OLE color: 11045489.

HSL color Cylindrical-coordinate representation of color #718AA8: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #718AA8 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 138 168 -
CMYK 0.33 0.18 0 0.34
HSL 212.73º 0.24% 0.55% -
HSV(B) 212.73º 0.33% 0.66% -
XYZ 22.97 24.51 40.57 -
YUV 133.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 113 138 168 0.33 0.18 0 0.34 212.73 0.24 0.55
Hex 71 8A A8 21 12 0 22 D5 18 37
Octal 161 212 250 41 22 0 42 325 30 67
Binary 1110001 10001010 10101000 100001 10010 0 100010 11010101 11000 110111

Color Harmonies of #718AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718AA8

Black with #718AA8

Text Example


Text Example

White with #718AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,138,168); }

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

background-color css

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

 a { background-color: rgb(113,138,168); }

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

border-color css

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

 span { border-color: rgb(113,138,168); }

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