Html Css Color HEX #7EABEC Jordy Blue

📋 copy color: '#7EABEC'

red 126 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #7EABEC

Tints of Jordy Blue #7EABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 23.64%
G = 32.08%
B = 44.28%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7EABEC (or 0x7EABEC) is known color: Jordy Blue. HEX triplet: 7E, AB and EC. RGB value is (126,171,236). Sum of RGB (Red+Green+Blue) = 126+171+236=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EABEC is #815413. Grayscale: #A4A4A4. Windows color (decimal): -8475668 or 15510398. OLE color: 15510398.

HSL color Cylindrical-coordinate representation of color #7EABEC: hue angle of 215.45º degrees, saturation: 0.74, 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 #7EABEC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 171 236 -
CMYK 0.47 0.28 0 0.07
HSL 215.45º 0.74% 0.71% -
HSV(B) 215.45º 0.47% 0.93% -
XYZ 38.31 39.62 84.98 -
YUV 164.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 126 171 236 0.47 0.28 0 0.07 215.45 0.74 0.71
Hex 7E AB EC 2F 1C 0 7 D7 4A 47
Octal 176 253 354 57 34 0 7 327 112 107
Binary 1111110 10101011 11101100 101111 11100 0 111 11010111 1001010 1000111

Color Harmonies of #7EABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABEC

Black with #7EABEC

Text Example


Text Example

White with #7EABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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