Html Css Color HEX #7089BC Wild Blue Yonder

📋 copy color: '#7089BC'

red 112 ◦ green 137 ◦ blue 188

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

Shades of Wild Blue Yonder #7089BC

Tints of Wild Blue Yonder #7089BC

RGB

 RED value IS 112 (44.14% from 255) = 25.63%

 GREEN value IS 137 (53.91% from 255) = 31.35%

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

R = 25.63%
G = 31.35%
B = 43.02%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7089BC (or 0x7089BC) is known color: Wild Blue Yonder. HEX triplet: 70, 89 and BC. RGB value is (112,137,188). Sum of RGB (Red+Green+Blue) = 112+137+188=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7089BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7089BC is #8F7643. Grayscale: #878787. Windows color (decimal): -9401924 or 12355952. OLE color: 12355952.

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

Color convert

RGB 112 137 188 -
CMYK 0.40 0.27 0 0.26
HSL 220.26º 0.36% 0.59% -
HSV(B) 220.26º 0.4% 0.74% -
XYZ 24.7 24.97 51.09 -
YUV 135.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 112 137 188 0.40 0.27 0 0.26 220.26 0.36 0.59
Hex 70 89 BC 28 1B 0 1A DC 24 3B
Octal 160 211 274 50 33 0 32 334 44 73
Binary 1110000 10001001 10111100 101000 11011 0 11010 11011100 100100 111011

Color Harmonies of #7089BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7089BC

Black with #7089BC

Text Example


Text Example

White with #7089BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7089BC; }

 p { color: rgb(112,137,188); }

 H1.HeaderClassName
 {
   color: #7089BC;
 }
 .AnyTagClassName
 {
   color: #7089BC;
 }
</style>

background-color css

<style>
 a { background-color: #7089BC; }

 a { background-color: rgb(112,137,188); }

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

border-color css

<style>
 span { border-color: #7089BC; }

 span { border-color: rgb(112,137,188); }

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