Html Css Color HEX #718BBD Wild Blue Yonder

📋 copy color: '#718BBD'

red 113 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #718BBD

Tints of Wild Blue Yonder #718BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 25.62%
G = 31.52%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#718BBD (or 0x718BBD) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and BD. RGB value is (113,139,189). Sum of RGB (Red+Green+Blue) = 113+139+189=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #718BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BBD is #8E7442. Grayscale: #888888. Windows color (decimal): -9335875 or 12422001. OLE color: 12422001.

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

Color convert

RGB 113 139 189 -
CMYK 0.40 0.26 0 0.26
HSL 219.47º 0.37% 0.59% -
HSV(B) 219.47º 0.4% 0.74% -
XYZ 25.23 25.65 51.77 -
YUV 136.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 113 139 189 0.40 0.26 0 0.26 219.47 0.37 0.59
Hex 71 8B BD 28 1A 0 1A DB 25 3B
Octal 161 213 275 50 32 0 32 333 45 73
Binary 1110001 10001011 10111101 101000 11010 0 11010 11011011 100101 111011

Color Harmonies of #718BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BBD

Black with #718BBD

Text Example


Text Example

White with #718BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,139,189); }

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

background-color css

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

 a { background-color: rgb(113,139,189); }

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

border-color css

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

 span { border-color: rgb(113,139,189); }

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