Html Css Color HEX #76A6EA Jordy Blue

📋 copy color: '#76A6EA'

red 118 ◦ green 166 ◦ blue 234

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

Shades of Jordy Blue #76A6EA

Tints of Jordy Blue #76A6EA

RGB

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

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

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

R = 22.78%
G = 32.05%
B = 45.17%

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

#76A6EA (or 0x76A6EA) is known color: Jordy Blue. HEX triplet: 76, A6 and EA. RGB value is (118,166,234). Sum of RGB (Red+Green+Blue) = 118+166+234=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #76A6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A6EA is #895915. Grayscale: #9F9F9F. Windows color (decimal): -9001238 or 15378038. OLE color: 15378038.

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

Color convert

RGB 118 166 234 -
CMYK 0.50 0.29 0 0.08
HSL 215.17º 0.73% 0.69% -
HSV(B) 215.17º 0.5% 0.92% -
XYZ 35.96 37.06 83.1 -
YUV 159.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 118 166 234 0.50 0.29 0 0.08 215.17 0.73 0.69
Hex 76 A6 EA 32 1D 0 8 D7 49 45
Octal 166 246 352 62 35 0 10 327 111 105
Binary 1110110 10100110 11101010 110010 11101 0 1000 11010111 1001001 1000101

Color Harmonies of #76A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A6EA

Black with #76A6EA

Text Example


Text Example

White with #76A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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