Html Css Color HEX #7EAADB Jordy Blue

📋 copy color: '#7EAADB'

red 126 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #7EAADB

Tints of Jordy Blue #7EAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 24.47%
G = 33.01%
B = 42.52%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EAADB (or 0x7EAADB) is known color: Jordy Blue. HEX triplet: 7E, AA and DB. RGB value is (126,170,219). Sum of RGB (Red+Green+Blue) = 126+170+219=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAADB is #815524. Grayscale: #A2A2A2. Windows color (decimal): -8475941 or 14396030. OLE color: 14396030.

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

Color convert

RGB 126 170 219 -
CMYK 0.42 0.22 0 0.14
HSL 211.61º 0.56% 0.68% -
HSV(B) 211.61º 0.42% 0.86% -
XYZ 35.77 38.3 72.53 -
YUV 162.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 126 170 219 0.42 0.22 0 0.14 211.61 0.56 0.68
Hex 7E AA DB 2A 16 0 E D4 38 44
Octal 176 252 333 52 26 0 16 324 70 104
Binary 1111110 10101010 11011011 101010 10110 0 1110 11010100 111000 1000100

Color Harmonies of #7EAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAADB

Black with #7EAADB

Text Example


Text Example

White with #7EAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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