Html Css Color HEX #7EACEF Jordy Blue

📋 copy color: '#7EACEF'

red 126 ◦ green 172 ◦ blue 239

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

Shades of Jordy Blue #7EACEF

Tints of Jordy Blue #7EACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 23.46%
G = 32.03%
B = 44.51%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7EACEF (or 0x7EACEF) is known color: Jordy Blue. HEX triplet: 7E, AC and EF. RGB value is (126,172,239). Sum of RGB (Red+Green+Blue) = 126+172+239=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EACEF is #815310. Grayscale: #A5A5A5. Windows color (decimal): -8475409 or 15707262. OLE color: 15707262.

HSL color Cylindrical-coordinate representation of color #7EACEF: hue angle of 215.58º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EACEF is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 172 239 -
CMYK 0.47 0.28 0 0.06
HSL 215.58º 0.78% 0.72% -
HSV(B) 215.58º 0.47% 0.94% -
XYZ 38.94 40.17 87.36 -
YUV 165.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 126 172 239 0.47 0.28 0 0.06 215.58 0.78 0.72
Hex 7E AC EF 2F 1C 0 6 D8 4E 48
Octal 176 254 357 57 34 0 6 330 116 110
Binary 1111110 10101100 11101111 101111 11100 0 110 11011000 1001110 1001000

Color Harmonies of #7EACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACEF

Black with #7EACEF

Text Example


Text Example

White with #7EACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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