Html Css Color HEX #7EACDF Jordy Blue

📋 copy color: '#7EACDF'

red 126 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #7EACDF

Tints of Jordy Blue #7EACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 24.18%
G = 33.01%
B = 42.8%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EACDF (or 0x7EACDF) is known color: Jordy Blue. HEX triplet: 7E, AC and DF. RGB value is (126,172,223). Sum of RGB (Red+Green+Blue) = 126+172+223=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACDF is #815320. Grayscale: #A3A3A3. Windows color (decimal): -8475425 or 14658686. OLE color: 14658686.

HSL color Cylindrical-coordinate representation of color #7EACDF: hue angle of 211.55º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EACDF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 172 223 -
CMYK 0.43 0.23 0 0.13
HSL 211.55º 0.6% 0.68% -
HSV(B) 211.55º 0.43% 0.87% -
XYZ 36.68 39.27 75.46 -
YUV 164.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 126 172 223 0.43 0.23 0 0.13 211.55 0.6 0.68
Hex 7E AC DF 2B 17 0 D D4 3C 44
Octal 176 254 337 53 27 0 15 324 74 104
Binary 1111110 10101100 11011111 101011 10111 0 1101 11010100 111100 1000100

Color Harmonies of #7EACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACDF

Black with #7EACDF

Text Example


Text Example

White with #7EACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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