Html Css Color HEX #718BB8 Wild Blue Yonder

📋 copy color: '#718BB8'

red 113 ◦ green 139 ◦ blue 184

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

Shades of Wild Blue Yonder #718BB8

Tints of Wild Blue Yonder #718BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 25.92%
G = 31.88%
B = 42.2%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#718BB8 (or 0x718BB8) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and B8. RGB value is (113,139,184). Sum of RGB (Red+Green+Blue) = 113+139+184=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #718BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BB8 is #8E7447. Grayscale: #888888. Windows color (decimal): -9335880 or 12094321. OLE color: 12094321.

HSL color Cylindrical-coordinate representation of color #718BB8: hue angle of 218.03º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #718BB8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 139 184 -
CMYK 0.39 0.24 0 0.28
HSL 218.03º 0.33% 0.58% -
HSV(B) 218.03º 0.39% 0.72% -
XYZ 24.69 25.44 48.96 -
YUV 136.36 154.89 111.34 -
System Red Green Blue C M Y K H S L
Decimal 113 139 184 0.39 0.24 0 0.28 218.03 0.33 0.58
Hex 71 8B B8 27 18 0 1C DA 21 3A
Octal 161 213 270 47 30 0 34 332 41 72
Binary 1110001 10001011 10111000 100111 11000 0 11100 11011010 100001 111010

Color Harmonies of #718BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BB8

Black with #718BB8

Text Example


Text Example

White with #718BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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