Html Css Color HEX #7EABD7 Jordy Blue

📋 copy color: '#7EABD7'

red 126 ◦ green 171 ◦ blue 215

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

Shades of Jordy Blue #7EABD7

Tints of Jordy Blue #7EABD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 24.61%
G = 33.4%
B = 41.99%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7EABD7 (or 0x7EABD7) is known color: Jordy Blue. HEX triplet: 7E, AB and D7. RGB value is (126,171,215). Sum of RGB (Red+Green+Blue) = 126+171+215=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #7EABD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABD7 is #815428. Grayscale: #A2A2A2. Windows color (decimal): -8475689 or 14134142. OLE color: 14134142.

HSL color Cylindrical-coordinate representation of color #7EABD7: hue angle of 209.66º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EABD7 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 171 215 -
CMYK 0.41 0.20 0 0.16
HSL 209.66º 0.53% 0.67% -
HSV(B) 209.66º 0.41% 0.84% -
XYZ 35.43 38.47 69.85 -
YUV 162.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 126 171 215 0.41 0.20 0 0.16 209.66 0.53 0.67
Hex 7E AB D7 29 14 0 10 D2 35 43
Octal 176 253 327 51 24 0 20 322 65 103
Binary 1111110 10101011 11010111 101001 10100 0 10000 11010010 110101 1000011

Color Harmonies of #7EABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABD7

Black with #7EABD7

Text Example


Text Example

White with #7EABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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