Html Css Color HEX #76A6EC Jordy Blue

📋 copy color: '#76A6EC'

red 118 ◦ green 166 ◦ blue 236

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

Shades of Jordy Blue #76A6EC

Tints of Jordy Blue #76A6EC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

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

R = 22.69%
G = 31.92%
B = 45.38%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76A6EC (or 0x76A6EC) is known color: Jordy Blue. HEX triplet: 76, A6 and EC. RGB value is (118,166,236). Sum of RGB (Red+Green+Blue) = 118+166+236=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #76A6EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A6EC is #895913. Grayscale: #9F9F9F. Windows color (decimal): -9001236 or 15509110. OLE color: 15509110.

HSL color Cylindrical-coordinate representation of color #76A6EC: hue angle of 215.59º 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 #76A6EC is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 166 236 -
CMYK 0.5 0.30 0 0.07
HSL 215.59º 0.76% 0.69% -
HSV(B) 215.59º 0.5% 0.93% -
XYZ 36.25 37.18 84.62 -
YUV 159.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 118 166 236 0.5 0.30 0 0.07 215.59 0.76 0.69
Hex 76 A6 EC 32 1E 0 7 D8 4C 45
Octal 166 246 354 62 36 0 7 330 114 105
Binary 1110110 10100110 11101100 110010 11110 0 111 11011000 1001100 1000101

Color Harmonies of #76A6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A6EC

Black with #76A6EC

Text Example


Text Example

White with #76A6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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