Html Css Color HEX #718ABA Wild Blue Yonder

📋 copy color: '#718ABA'

red 113 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #718ABA

Tints of Wild Blue Yonder #718ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 25.86%
G = 31.58%
B = 42.56%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#718ABA (or 0x718ABA) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and BA. RGB value is (113,138,186). Sum of RGB (Red+Green+Blue) = 113+138+186=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #718ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ABA is #8E7545. Grayscale: #878787. Windows color (decimal): -9336134 or 12225137. OLE color: 12225137.

HSL color Cylindrical-coordinate representation of color #718ABA: hue angle of 219.45º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718ABA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 138 186 -
CMYK 0.39 0.26 0 0.27
HSL 219.45º 0.35% 0.59% -
HSV(B) 219.45º 0.39% 0.73% -
XYZ 24.76 25.23 50.02 -
YUV 136 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 113 138 186 0.39 0.26 0 0.27 219.45 0.35 0.59
Hex 71 8A BA 27 1A 0 1B DB 23 3B
Octal 161 212 272 47 32 0 33 333 43 73
Binary 1110001 10001010 10111010 100111 11010 0 11011 11011011 100011 111011

Color Harmonies of #718ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ABA

Black with #718ABA

Text Example


Text Example

White with #718ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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