Html Css Color HEX #718BBC Wild Blue Yonder

📋 copy color: '#718BBC'

red 113 ◦ green 139 ◦ blue 188

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

Shades of Wild Blue Yonder #718BBC

Tints of Wild Blue Yonder #718BBC

RGB

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

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

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

R = 25.68%
G = 31.59%
B = 42.73%

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

#718BBC (or 0x718BBC) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and BC. RGB value is (113,139,188). Sum of RGB (Red+Green+Blue) = 113+139+188=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #718BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BBC is #8E7443. Grayscale: #888888. Windows color (decimal): -9335876 or 12356465. OLE color: 12356465.

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

Color convert

RGB 113 139 188 -
CMYK 0.40 0.26 0 0.26
HSL 219.2º 0.36% 0.59% -
HSV(B) 219.2º 0.4% 0.74% -
XYZ 25.12 25.61 51.2 -
YUV 136.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 113 139 188 0.40 0.26 0 0.26 219.2 0.36 0.59
Hex 71 8B BC 28 1A 0 1A DB 24 3B
Octal 161 213 274 50 32 0 32 333 44 73
Binary 1110001 10001011 10111100 101000 11010 0 11010 11011011 100100 111011

Color Harmonies of #718BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BBC

Black with #718BBC

Text Example


Text Example

White with #718BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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