Html Css Color HEX #76A8EB Jordy Blue

📋 copy color: '#76A8EB'

red 118 ◦ green 168 ◦ blue 235

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

Shades of Jordy Blue #76A8EB

Tints of Jordy Blue #76A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.25%

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 22.65%
G = 32.25%
B = 45.11%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76A8EB (or 0x76A8EB) is known color: Jordy Blue. HEX triplet: 76, A8 and EB. RGB value is (118,168,235). Sum of RGB (Red+Green+Blue) = 118+168+235=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #76A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A8EB is #895714. Grayscale: #A0A0A0. Windows color (decimal): -9000725 or 15444086. OLE color: 15444086.

HSL color Cylindrical-coordinate representation of color #76A8EB: hue angle of 214.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A8EB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 168 235 -
CMYK 0.50 0.29 0 0.08
HSL 214.36º 0.75% 0.69% -
HSV(B) 214.36º 0.5% 0.92% -
XYZ 36.47 37.85 83.98 -
YUV 160.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 118 168 235 0.50 0.29 0 0.08 214.36 0.75 0.69
Hex 76 A8 EB 32 1D 0 8 D6 4B 45
Octal 166 250 353 62 35 0 10 326 113 105
Binary 1110110 10101000 11101011 110010 11101 0 1000 11010110 1001011 1000101

Color Harmonies of #76A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8EB

Black with #76A8EB

Text Example


Text Example

White with #76A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A8EB; }

 p { color: rgb(118,168,235); }

 H1.HeaderClassName
 {
   color: #76A8EB;
 }
 .AnyTagClassName
 {
   color: #76A8EB;
 }
</style>

background-color css

<style>
 a { background-color: #76A8EB; }

 a { background-color: rgb(118,168,235); }

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

border-color css

<style>
 span { border-color: #76A8EB; }

 span { border-color: rgb(118,168,235); }

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