Html Css Color HEX #7EADDD Jordy Blue

📋 copy color: '#7EADDD'

red 126 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #7EADDD

Tints of Jordy Blue #7EADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 24.23%
G = 33.27%
B = 42.5%

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

#7EADDD (or 0x7EADDD) is known color: Jordy Blue. HEX triplet: 7E, AD and DD. RGB value is (126,173,221). Sum of RGB (Red+Green+Blue) = 126+173+221=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADDD is #815222. Grayscale: #A4A4A4. Windows color (decimal): -8475171 or 14527870. OLE color: 14527870.

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

Color convert

RGB 126 173 221 -
CMYK 0.43 0.22 0 0.13
HSL 210.32º 0.58% 0.68% -
HSV(B) 210.32º 0.43% 0.87% -
XYZ 36.6 39.54 74.11 -
YUV 164.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 126 173 221 0.43 0.22 0 0.13 210.32 0.58 0.68
Hex 7E AD DD 2B 16 0 D D2 3A 44
Octal 176 255 335 53 26 0 15 322 72 104
Binary 1111110 10101101 11011101 101011 10110 0 1101 11010010 111010 1000100

Color Harmonies of #7EADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADDD

Black with #7EADDD

Text Example


Text Example

White with #7EADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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