Html Css Color HEX #7EAEDE Jordy Blue

📋 copy color: '#7EAEDE'

red 126 ◦ green 174 ◦ blue 222

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

Shades of Jordy Blue #7EAEDE

Tints of Jordy Blue #7EAEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 24.14%
G = 33.33%
B = 42.53%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EAEDE (or 0x7EAEDE) is known color: Jordy Blue. HEX triplet: 7E, AE and DE. RGB value is (126,174,222). Sum of RGB (Red+Green+Blue) = 126+174+222=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #7EAEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEDE is #815121. Grayscale: #A4A4A4. Windows color (decimal): -8474914 or 14593662. OLE color: 14593662.

HSL color Cylindrical-coordinate representation of color #7EAEDE: hue angle of 210º degrees, saturation: 0.59, 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 #7EAEDE is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 174 222 -
CMYK 0.43 0.22 0 0.13
HSL 210º 0.59% 0.68% -
HSV(B) 210º 0.43% 0.87% -
XYZ 36.93 39.98 74.88 -
YUV 165.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 126 174 222 0.43 0.22 0 0.13 210 0.59 0.68
Hex 7E AE DE 2B 16 0 D D2 3B 44
Octal 176 256 336 53 26 0 15 322 73 104
Binary 1111110 10101110 11011110 101011 10110 0 1101 11010010 111011 1000100

Color Harmonies of #7EAEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEDE

Black with #7EAEDE

Text Example


Text Example

White with #7EAEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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