Html Css Color HEX #7EACF7 Jordy Blue

📋 copy color: '#7EACF7'

red 126 ◦ green 172 ◦ blue 247

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

Shades of Jordy Blue #7EACF7

Tints of Jordy Blue #7EACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.56%

 BLUE value IS 247 (96.88% from 255) = 45.32%

R = 23.12%
G = 31.56%
B = 45.32%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7EACF7 (or 0x7EACF7) is known color: Jordy Blue. HEX triplet: 7E, AC and F7. RGB value is (126,172,247). Sum of RGB (Red+Green+Blue) = 126+172+247=545 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.12% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #7EACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EACF7 is #815308. Grayscale: #A6A6A6. Windows color (decimal): -8475401 or 16231550. OLE color: 16231550.

HSL color Cylindrical-coordinate representation of color #7EACF7: hue angle of 217.19º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EACF7 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 126 172 247 -
CMYK 0.49 0.30 0 0.03
HSL 217.19º 0.88% 0.73% -
HSV(B) 217.19º 0.49% 0.97% -
XYZ 40.15 40.66 93.73 -
YUV 166.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 126 172 247 0.49 0.30 0 0.03 217.19 0.88 0.73
Hex 7E AC F7 31 1E 0 3 D9 58 49
Octal 176 254 367 61 36 0 3 331 130 111
Binary 1111110 10101100 11110111 110001 11110 0 11 11011001 1011000 1001001

Color Harmonies of #7EACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACF7

Black with #7EACF7

Text Example


Text Example

White with #7EACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,247); }

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

background-color css

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

 a { background-color: rgb(126,172,247); }

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

border-color css

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

 span { border-color: rgb(126,172,247); }

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