Html Css Color HEX #718EBB Wild Blue Yonder

📋 copy color: '#718EBB'

red 113 ◦ green 142 ◦ blue 187

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

Shades of Wild Blue Yonder #718EBB

Tints of Wild Blue Yonder #718EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 25.57%
G = 32.13%
B = 42.31%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#718EBB (or 0x718EBB) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and BB. RGB value is (113,142,187). Sum of RGB (Red+Green+Blue) = 113+142+187=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #718EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EBB is #8E7144. Grayscale: #8A8A8A. Windows color (decimal): -9335109 or 12291697. OLE color: 12291697.

HSL color Cylindrical-coordinate representation of color #718EBB: hue angle of 216.49º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718EBB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 142 187 -
CMYK 0.40 0.24 0 0.27
HSL 216.49º 0.35% 0.59% -
HSV(B) 216.49º 0.4% 0.73% -
XYZ 25.45 26.44 50.78 -
YUV 138.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 113 142 187 0.40 0.24 0 0.27 216.49 0.35 0.59
Hex 71 8E BB 28 18 0 1B D8 23 3B
Octal 161 216 273 50 30 0 33 330 43 73
Binary 1110001 10001110 10111011 101000 11000 0 11011 11011000 100011 111011

Color Harmonies of #718EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EBB

Black with #718EBB

Text Example


Text Example

White with #718EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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