Html Css Color HEX #76A0EC Jordy Blue

📋 copy color: '#76A0EC'

red 118 ◦ green 160 ◦ blue 236

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

Shades of Jordy Blue #76A0EC

Tints of Jordy Blue #76A0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 22.96%
G = 31.13%
B = 45.91%

CMYK

 C value IS 0.5

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76A0EC (or 0x76A0EC) is known color: Jordy Blue. HEX triplet: 76, A0 and EC. RGB value is (118,160,236). Sum of RGB (Red+Green+Blue) = 118+160+236=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #76A0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A0EC is #895F13. Grayscale: #9B9B9B. Windows color (decimal): -9002772 or 15507574. OLE color: 15507574.

HSL color Cylindrical-coordinate representation of color #76A0EC: hue angle of 218.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A0EC is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 160 236 -
CMYK 0.5 0.32 0 0.07
HSL 218.64º 0.76% 0.69% -
HSV(B) 218.64º 0.5% 0.93% -
XYZ 35.18 35.05 84.27 -
YUV 156.11 173.09 100.82 -
System Red Green Blue C M Y K H S L
Decimal 118 160 236 0.5 0.32 0 0.07 218.64 0.76 0.69
Hex 76 A0 EC 32 20 0 7 DB 4C 45
Octal 166 240 354 62 40 0 7 333 114 105
Binary 1110110 10100000 11101100 110010 100000 0 111 11011011 1001100 1000101

Color Harmonies of #76A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A0EC

Black with #76A0EC

Text Example


Text Example

White with #76A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,160,236); }

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

background-color css

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

 a { background-color: rgb(118,160,236); }

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

border-color css

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

 span { border-color: rgb(118,160,236); }

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