Html Css Color HEX #7EAEDC Jordy Blue

📋 copy color: '#7EAEDC'

red 126 ◦ green 174 ◦ blue 220

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

Shades of Jordy Blue #7EAEDC

Tints of Jordy Blue #7EAEDC

RGB

 RED value IS 126 (49.61% from 255) = 24.23%

 GREEN value IS 174 (68.36% from 255) = 33.46%

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 24.23%
G = 33.46%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EAEDC (or 0x7EAEDC) is known color: Jordy Blue. HEX triplet: 7E, AE and DC. RGB value is (126,174,220). Sum of RGB (Red+Green+Blue) = 126+174+220=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEDC is #815123. Grayscale: #A4A4A4. Windows color (decimal): -8474916 or 14462590. OLE color: 14462590.

HSL color Cylindrical-coordinate representation of color #7EAEDC: hue angle of 209.36º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EAEDC is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 174 220 -
CMYK 0.43 0.21 0 0.14
HSL 209.36º 0.57% 0.68% -
HSV(B) 209.36º 0.43% 0.86% -
XYZ 36.66 39.88 73.47 -
YUV 164.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 126 174 220 0.43 0.21 0 0.14 209.36 0.57 0.68
Hex 7E AE DC 2B 15 0 E D1 39 44
Octal 176 256 334 53 25 0 16 321 71 104
Binary 1111110 10101110 11011100 101011 10101 0 1110 11010001 111001 1000100

Color Harmonies of #7EAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEDC

Black with #7EAEDC

Text Example


Text Example

White with #7EAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EAEDC; }

 p { color: rgb(126,174,220); }

 H1.HeaderClassName
 {
   color: #7EAEDC;
 }
 .AnyTagClassName
 {
   color: #7EAEDC;
 }
</style>

background-color css

<style>
 a { background-color: #7EAEDC; }

 a { background-color: rgb(126,174,220); }

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

border-color css

<style>
 span { border-color: #7EAEDC; }

 span { border-color: rgb(126,174,220); }

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