Html Css Color HEX #7EABDC Jordy Blue

📋 copy color: '#7EABDC'

red 126 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #7EABDC

Tints of Jordy Blue #7EABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 24.37%
G = 33.08%
B = 42.55%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EABDC (or 0x7EABDC) is known color: Jordy Blue. HEX triplet: 7E, AB and DC. RGB value is (126,171,220). Sum of RGB (Red+Green+Blue) = 126+171+220=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABDC is #815423. Grayscale: #A2A2A2. Windows color (decimal): -8475684 or 14461822. OLE color: 14461822.

HSL color Cylindrical-coordinate representation of color #7EABDC: hue angle of 211.28º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EABDC is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 171 220 -
CMYK 0.43 0.22 0 0.14
HSL 211.28º 0.57% 0.68% -
HSV(B) 211.28º 0.43% 0.86% -
XYZ 36.09 38.73 73.28 -
YUV 163.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 126 171 220 0.43 0.22 0 0.14 211.28 0.57 0.68
Hex 7E AB DC 2B 16 0 E D3 39 44
Octal 176 253 334 53 26 0 16 323 71 104
Binary 1111110 10101011 11011100 101011 10110 0 1110 11010011 111001 1000100

Color Harmonies of #7EABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABDC

Black with #7EABDC

Text Example


Text Example

White with #7EABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,171,220); }

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

background-color css

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

 a { background-color: rgb(126,171,220); }

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

border-color css

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

 span { border-color: rgb(126,171,220); }

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