Html Css Color HEX #7688BD Wild Blue Yonder

📋 copy color: '#7688BD'

red 118 ◦ green 136 ◦ blue 189

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

Shades of Wild Blue Yonder #7688BD

Tints of Wild Blue Yonder #7688BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 26.64%
G = 30.7%
B = 42.66%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7688BD (or 0x7688BD) is known color: Wild Blue Yonder. HEX triplet: 76, 88 and BD. RGB value is (118,136,189). Sum of RGB (Red+Green+Blue) = 118+136+189=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #7688BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7688BD is #897742. Grayscale: #888888. Windows color (decimal): -9008963 or 12421238. OLE color: 12421238.

HSL color Cylindrical-coordinate representation of color #7688BD: hue angle of 224.79º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7688BD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 136 189 -
CMYK 0.38 0.28 0 0.26
HSL 224.79º 0.35% 0.6% -
HSV(B) 224.79º 0.38% 0.74% -
XYZ 25.46 25.13 51.65 -
YUV 136.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 118 136 189 0.38 0.28 0 0.26 224.79 0.35 0.6
Hex 76 88 BD 26 1C 0 1A E1 23 3C
Octal 166 210 275 46 34 0 32 341 43 74
Binary 1110110 10001000 10111101 100110 11100 0 11010 11100001 100011 111100

Color Harmonies of #7688BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7688BD

Black with #7688BD

Text Example


Text Example

White with #7688BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7688BD; }

 p { color: rgb(118,136,189); }

 H1.HeaderClassName
 {
   color: #7688BD;
 }
 .AnyTagClassName
 {
   color: #7688BD;
 }
</style>

background-color css

<style>
 a { background-color: #7688BD; }

 a { background-color: rgb(118,136,189); }

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

border-color css

<style>
 span { border-color: #7688BD; }

 span { border-color: rgb(118,136,189); }

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