Html Css Color HEX #7EADDA Jordy Blue

📋 copy color: '#7EADDA'

red 126 ◦ green 173 ◦ blue 218

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

Shades of Jordy Blue #7EADDA

Tints of Jordy Blue #7EADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.46%

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 24.37%
G = 33.46%
B = 42.17%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7EADDA (or 0x7EADDA) is known color: Jordy Blue. HEX triplet: 7E, AD and DA. RGB value is (126,173,218). Sum of RGB (Red+Green+Blue) = 126+173+218=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADDA is #815225. Grayscale: #A3A3A3. Windows color (decimal): -8475174 or 14331262. OLE color: 14331262.

HSL color Cylindrical-coordinate representation of color #7EADDA: hue angle of 209.35º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EADDA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 173 218 -
CMYK 0.42 0.21 0 0.15
HSL 209.35º 0.55% 0.67% -
HSV(B) 209.35º 0.42% 0.85% -
XYZ 36.2 39.38 72.02 -
YUV 164.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 126 173 218 0.42 0.21 0 0.15 209.35 0.55 0.67
Hex 7E AD DA 2A 15 0 F D1 37 43
Octal 176 255 332 52 25 0 17 321 67 103
Binary 1111110 10101101 11011010 101010 10101 0 1111 11010001 110111 1000011

Color Harmonies of #7EADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADDA

Black with #7EADDA

Text Example


Text Example

White with #7EADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,218); }

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

background-color css

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

 a { background-color: rgb(126,173,218); }

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

border-color css

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

 span { border-color: rgb(126,173,218); }

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