Html Css Color HEX #718EBF Wild Blue Yonder

📋 copy color: '#718EBF'

red 113 ◦ green 142 ◦ blue 191

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

Shades of Wild Blue Yonder #718EBF

Tints of Wild Blue Yonder #718EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.83%

R = 25.34%
G = 31.84%
B = 42.83%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#718EBF (or 0x718EBF) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and BF. RGB value is (113,142,191). Sum of RGB (Red+Green+Blue) = 113+142+191=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #718EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EBF is #8E7140. Grayscale: #8A8A8A. Windows color (decimal): -9335105 or 12553841. OLE color: 12553841.

HSL color Cylindrical-coordinate representation of color #718EBF: hue angle of 217.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718EBF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 142 191 -
CMYK 0.41 0.26 0 0.25
HSL 217.69º 0.38% 0.6% -
HSV(B) 217.69º 0.41% 0.75% -
XYZ 25.89 26.62 53.06 -
YUV 138.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 113 142 191 0.41 0.26 0 0.25 217.69 0.38 0.6
Hex 71 8E BF 29 1A 0 19 DA 26 3C
Octal 161 216 277 51 32 0 31 332 46 74
Binary 1110001 10001110 10111111 101001 11010 0 11001 11011010 100110 111100

Color Harmonies of #718EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EBF

Black with #718EBF

Text Example


Text Example

White with #718EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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