Html Css Color HEX #7EABD2 Jordy Blue

📋 copy color: '#7EABD2'

red 126 ◦ green 171 ◦ blue 210

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

Shades of Jordy Blue #7EABD2

Tints of Jordy Blue #7EABD2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 24.85%
G = 33.73%
B = 41.42%

CMYK

 C value IS 0.4

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7EABD2 (or 0x7EABD2) is known color: Jordy Blue. HEX triplet: 7E, AB and D2. RGB value is (126,171,210). Sum of RGB (Red+Green+Blue) = 126+171+210=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #7EABD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABD2 is #81542D. Grayscale: #A1A1A1. Windows color (decimal): -8475694 or 13806462. OLE color: 13806462.

HSL color Cylindrical-coordinate representation of color #7EABD2: hue angle of 207.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EABD2 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 171 210 -
CMYK 0.4 0.19 0 0.18
HSL 207.86º 0.48% 0.66% -
HSV(B) 207.86º 0.4% 0.82% -
XYZ 34.8 38.21 66.51 -
YUV 161.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 126 171 210 0.4 0.19 0 0.18 207.86 0.48 0.66
Hex 7E AB D2 28 13 0 12 D0 30 42
Octal 176 253 322 50 23 0 22 320 60 102
Binary 1111110 10101011 11010010 101000 10011 0 10010 11010000 110000 1000010

Color Harmonies of #7EABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABD2

Black with #7EABD2

Text Example


Text Example

White with #7EABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,171,210); }

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

background-color css

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

 a { background-color: rgb(126,171,210); }

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

border-color css

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

 span { border-color: rgb(126,171,210); }

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