Html Css Color HEX #7696BE Wild Blue Yonder

📋 copy color: '#7696BE'

red 118 ◦ green 150 ◦ blue 190

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

Shades of Wild Blue Yonder #7696BE

Tints of Wild Blue Yonder #7696BE

RGB

 RED value IS 118 (46.48% from 255) = 25.76%

 GREEN value IS 150 (58.98% from 255) = 32.75%

 BLUE value IS 190 (74.61% from 255) = 41.48%

R = 25.76%
G = 32.75%
B = 41.48%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7696BE (or 0x7696BE) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and BE. RGB value is (118,150,190). Sum of RGB (Red+Green+Blue) = 118+150+190=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #7696BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696BE is #896941. Grayscale: #909090. Windows color (decimal): -9005378 or 12490358. OLE color: 12490358.

HSL color Cylindrical-coordinate representation of color #7696BE: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7696BE is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 150 190 -
CMYK 0.38 0.21 0 0.25
HSL 213.33º 0.36% 0.6% -
HSV(B) 213.33º 0.38% 0.75% -
XYZ 27.67 29.38 52.93 -
YUV 144.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 118 150 190 0.38 0.21 0 0.25 213.33 0.36 0.6
Hex 76 96 BE 26 15 0 19 D5 24 3C
Octal 166 226 276 46 25 0 31 325 44 74
Binary 1110110 10010110 10111110 100110 10101 0 11001 11010101 100100 111100

Color Harmonies of #7696BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696BE

Black with #7696BE

Text Example


Text Example

White with #7696BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7696BE; }

 p { color: rgb(118,150,190); }

 H1.HeaderClassName
 {
   color: #7696BE;
 }
 .AnyTagClassName
 {
   color: #7696BE;
 }
</style>

background-color css

<style>
 a { background-color: #7696BE; }

 a { background-color: rgb(118,150,190); }

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

border-color css

<style>
 span { border-color: #7696BE; }

 span { border-color: rgb(118,150,190); }

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