Html Css Color HEX #718EBC Wild Blue Yonder

📋 copy color: '#718EBC'

red 113 ◦ green 142 ◦ blue 188

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

Shades of Wild Blue Yonder #718EBC

Tints of Wild Blue Yonder #718EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 25.51%
G = 32.05%
B = 42.44%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#718EBC (or 0x718EBC) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and BC. RGB value is (113,142,188). Sum of RGB (Red+Green+Blue) = 113+142+188=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #718EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EBC is #8E7143. Grayscale: #8A8A8A. Windows color (decimal): -9335108 or 12357233. OLE color: 12357233.

HSL color Cylindrical-coordinate representation of color #718EBC: hue angle of 216.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718EBC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 142 188 -
CMYK 0.40 0.24 0 0.26
HSL 216.8º 0.36% 0.59% -
HSV(B) 216.8º 0.4% 0.74% -
XYZ 25.56 26.49 51.34 -
YUV 138.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 113 142 188 0.40 0.24 0 0.26 216.8 0.36 0.59
Hex 71 8E BC 28 18 0 1A D9 24 3B
Octal 161 216 274 50 30 0 32 331 44 73
Binary 1110001 10001110 10111100 101000 11000 0 11010 11011001 100100 111011

Color Harmonies of #718EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EBC

Black with #718EBC

Text Example


Text Example

White with #718EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,142,188); }

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

background-color css

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

 a { background-color: rgb(113,142,188); }

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

border-color css

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

 span { border-color: rgb(113,142,188); }

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