Html Css Color HEX #7EAEE1 Jordy Blue

📋 copy color: '#7EAEE1'

red 126 ◦ green 174 ◦ blue 225

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

Shades of Jordy Blue #7EAEE1

Tints of Jordy Blue #7EAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.14%

 BLUE value IS 225 (88.28% from 255) = 42.86%

R = 24%
G = 33.14%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7EAEE1 (or 0x7EAEE1) is known color: Jordy Blue. HEX triplet: 7E, AE and E1. RGB value is (126,174,225). Sum of RGB (Red+Green+Blue) = 126+174+225=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #7EAEE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEE1 is #81511E. Grayscale: #A5A5A5. Windows color (decimal): -8474911 or 14790270. OLE color: 14790270.

HSL color Cylindrical-coordinate representation of color #7EAEE1: hue angle of 210.91º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EAEE1 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 126 174 225 -
CMYK 0.44 0.23 0 0.12
HSL 210.91º 0.62% 0.69% -
HSV(B) 210.91º 0.44% 0.88% -
XYZ 37.33 40.14 77.02 -
YUV 165.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 126 174 225 0.44 0.23 0 0.12 210.91 0.62 0.69
Hex 7E AE E1 2C 17 0 C D3 3E 45
Octal 176 256 341 54 27 0 14 323 76 105
Binary 1111110 10101110 11100001 101100 10111 0 1100 11010011 111110 1000101

Color Harmonies of #7EAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEE1

Black with #7EAEE1

Text Example


Text Example

White with #7EAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,174,225); }

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

background-color css

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

 a { background-color: rgb(126,174,225); }

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

border-color css

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

 span { border-color: rgb(126,174,225); }

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