Html Css Color HEX #7EAAFF Jordy Blue

📋 copy color: '#7EAAFF'

red 126 ◦ green 170 ◦ blue 255

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

Shades of Jordy Blue #7EAAFF

Tints of Jordy Blue #7EAAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 22.87%
G = 30.85%
B = 46.28%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7EAAFF (or 0x7EAAFF) is known color: Jordy Blue. HEX triplet: 7E, AA and FF. RGB value is (126,170,255). Sum of RGB (Red+Green+Blue) = 126+170+255=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EAAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAAFF is #815500. Grayscale: #A6A6A6. Windows color (decimal): -8475905 or 16755326. OLE color: 16755326.

HSL color Cylindrical-coordinate representation of color #7EAAFF: hue angle of 219.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EAAFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 170 255 -
CMYK 0.51 0.33 0 0
HSL 219.53º 1% 0.75% -
HSV(B) 219.53º 0.51% 1% -
XYZ 41.03 40.41 100.24 -
YUV 166.53 177.92 99.09 -
System Red Green Blue C M Y K H S L
Decimal 126 170 255 0.51 0.33 0 0 219.53 1 0.75
Hex 7E AA FF 33 21 0 0 DC 64 4B
Octal 176 252 377 63 41 0 0 334 144 113
Binary 1111110 10101010 11111111 110011 100001 0 0 11011100 1100100 1001011

Color Harmonies of #7EAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAAFF

Black with #7EAAFF

Text Example


Text Example

White with #7EAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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