Html Css Color HEX #76A0EA Jordy Blue

📋 copy color: '#76A0EA'

red 118 ◦ green 160 ◦ blue 234

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

Shades of Jordy Blue #76A0EA

Tints of Jordy Blue #76A0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 23.05%
G = 31.25%
B = 45.7%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76A0EA (or 0x76A0EA) is known color: Jordy Blue. HEX triplet: 76, A0 and EA. RGB value is (118,160,234). Sum of RGB (Red+Green+Blue) = 118+160+234=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #76A0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A0EA is #895F15. Grayscale: #9B9B9B. Windows color (decimal): -9002774 or 15376502. OLE color: 15376502.

HSL color Cylindrical-coordinate representation of color #76A0EA: hue angle of 218.28º degrees, saturation: 0.73, 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 #76A0EA is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 160 234 -
CMYK 0.50 0.32 0 0.08
HSL 218.28º 0.73% 0.69% -
HSV(B) 218.28º 0.5% 0.92% -
XYZ 34.89 34.93 82.75 -
YUV 155.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 118 160 234 0.50 0.32 0 0.08 218.28 0.73 0.69
Hex 76 A0 EA 32 20 0 8 DA 49 45
Octal 166 240 352 62 40 0 10 332 111 105
Binary 1110110 10100000 11101010 110010 100000 0 1000 11011010 1001001 1000101

Color Harmonies of #76A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A0EA

Black with #76A0EA

Text Example


Text Example

White with #76A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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