Html Css Color HEX #718FBC Wild Blue Yonder

📋 copy color: '#718FBC'

red 113 ◦ green 143 ◦ blue 188

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

Shades of Wild Blue Yonder #718FBC

Tints of Wild Blue Yonder #718FBC

RGB

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

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

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

R = 25.45%
G = 32.21%
B = 42.34%

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

#718FBC (or 0x718FBC) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and BC. RGB value is (113,143,188). Sum of RGB (Red+Green+Blue) = 113+143+188=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #718FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FBC is #8E7043. Grayscale: #8A8A8A. Windows color (decimal): -9334852 or 12357489. OLE color: 12357489.

HSL color Cylindrical-coordinate representation of color #718FBC: hue angle of 216º 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 #718FBC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 143 188 -
CMYK 0.40 0.24 0 0.26
HSL 216º 0.36% 0.59% -
HSV(B) 216º 0.4% 0.74% -
XYZ 25.71 26.79 51.39 -
YUV 139.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 113 143 188 0.40 0.24 0 0.26 216 0.36 0.59
Hex 71 8F BC 28 18 0 1A D8 24 3B
Octal 161 217 274 50 30 0 32 330 44 73
Binary 1110001 10001111 10111100 101000 11000 0 11010 11011000 100100 111011

Color Harmonies of #718FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FBC

Black with #718FBC

Text Example


Text Example

White with #718FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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