Html Css Color HEX #768EBF Wild Blue Yonder

📋 copy color: '#768EBF'

red 118 ◦ green 142 ◦ blue 191

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

Shades of Wild Blue Yonder #768EBF

Tints of Wild Blue Yonder #768EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.35%

R = 26.16%
G = 31.49%
B = 42.35%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#768EBF (or 0x768EBF) is known color: Wild Blue Yonder. HEX triplet: 76, 8E and BF. RGB value is (118,142,191). Sum of RGB (Red+Green+Blue) = 118+142+191=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #768EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768EBF is #897140. Grayscale: #8C8C8C. Windows color (decimal): -9007425 or 12553846. OLE color: 12553846.

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

Color convert

RGB 118 142 191 -
CMYK 0.38 0.26 0 0.25
HSL 220.27º 0.36% 0.61% -
HSV(B) 220.27º 0.38% 0.75% -
XYZ 26.55 26.96 53.09 -
YUV 140.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 118 142 191 0.38 0.26 0 0.25 220.27 0.36 0.61
Hex 76 8E BF 26 1A 0 19 DC 24 3D
Octal 166 216 277 46 32 0 31 334 44 75
Binary 1110110 10001110 10111111 100110 11010 0 11001 11011100 100100 111101

Color Harmonies of #768EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768EBF

Black with #768EBF

Text Example


Text Example

White with #768EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768EBF; }

 p { color: rgb(118,142,191); }

 H1.HeaderClassName
 {
   color: #768EBF;
 }
 .AnyTagClassName
 {
   color: #768EBF;
 }
</style>

background-color css

<style>
 a { background-color: #768EBF; }

 a { background-color: rgb(118,142,191); }

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

border-color css

<style>
 span { border-color: #768EBF; }

 span { border-color: rgb(118,142,191); }

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