Html Css Color HEX #7EADED Jordy Blue

📋 copy color: '#7EADED'

red 126 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #7EADED

Tints of Jordy Blue #7EADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 23.51%
G = 32.28%
B = 44.22%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EADED (or 0x7EADED) is known color: Jordy Blue. HEX triplet: 7E, AD and ED. RGB value is (126,173,237). Sum of RGB (Red+Green+Blue) = 126+173+237=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EADED is #815212. Grayscale: #A5A5A5. Windows color (decimal): -8475155 or 15576446. OLE color: 15576446.

HSL color Cylindrical-coordinate representation of color #7EADED: hue angle of 214.59º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EADED is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 173 237 -
CMYK 0.47 0.27 0 0.07
HSL 214.59º 0.76% 0.71% -
HSV(B) 214.59º 0.47% 0.93% -
XYZ 38.83 40.44 85.88 -
YUV 166.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 126 173 237 0.47 0.27 0 0.07 214.59 0.76 0.71
Hex 7E AD ED 2F 1B 0 7 D7 4C 47
Octal 176 255 355 57 33 0 7 327 114 107
Binary 1111110 10101101 11101101 101111 11011 0 111 11010111 1001100 1000111

Color Harmonies of #7EADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADED

Black with #7EADED

Text Example


Text Example

White with #7EADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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