Html Css Color HEX #7EAAEA Jordy Blue

📋 copy color: '#7EAAEA'

red 126 ◦ green 170 ◦ blue 234

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

Shades of Jordy Blue #7EAAEA

Tints of Jordy Blue #7EAAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.08%

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

R = 23.77%
G = 32.08%
B = 44.15%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7EAAEA (or 0x7EAAEA) is known color: Jordy Blue. HEX triplet: 7E, AA and EA. RGB value is (126,170,234). Sum of RGB (Red+Green+Blue) = 126+170+234=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EAAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAAEA is #815515. Grayscale: #A3A3A3. Windows color (decimal): -8475926 or 15379070. OLE color: 15379070.

HSL color Cylindrical-coordinate representation of color #7EAAEA: hue angle of 215.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EAAEA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 170 234 -
CMYK 0.46 0.27 0 0.08
HSL 215.56º 0.72% 0.71% -
HSV(B) 215.56º 0.46% 0.92% -
XYZ 37.83 39.13 83.4 -
YUV 164.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 126 170 234 0.46 0.27 0 0.08 215.56 0.72 0.71
Hex 7E AA EA 2E 1B 0 8 D8 48 47
Octal 176 252 352 56 33 0 10 330 110 107
Binary 1111110 10101010 11101010 101110 11011 0 1000 11011000 1001000 1000111

Color Harmonies of #7EAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAAEA

Black with #7EAAEA

Text Example


Text Example

White with #7EAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,234); }

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

background-color css

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

 a { background-color: rgb(126,170,234); }

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

border-color css

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

 span { border-color: rgb(126,170,234); }

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