Html Css Color HEX #8AA6E2 Jordy Blue

📋 copy color: '#8AA6E2'

red 138 ◦ green 166 ◦ blue 226

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

Shades of Jordy Blue #8AA6E2

Tints of Jordy Blue #8AA6E2

RGB

 RED value IS 138 (54.3% from 255) = 26.04%

 GREEN value IS 166 (65.23% from 255) = 31.32%

 BLUE value IS 226 (88.67% from 255) = 42.64%

R = 26.04%
G = 31.32%
B = 42.64%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8AA6E2 (or 0x8AA6E2) is known color: Jordy Blue. HEX triplet: 8A, A6 and E2. RGB value is (138,166,226). Sum of RGB (Red+Green+Blue) = 138+166+226=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 226 - color contains mainly: blue. Hex color #8AA6E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6E2 is #75591D. Grayscale: #A4A4A4. Windows color (decimal): -7690526 or 14853770. OLE color: 14853770.

HSL color Cylindrical-coordinate representation of color #8AA6E2: hue angle of 220.91º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AA6E2 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 138 166 226 -
CMYK 0.39 0.27 0 0.11
HSL 220.91º 0.6% 0.71% -
HSV(B) 220.91º 0.39% 0.89% -
XYZ 37.84 38.17 77.32 -
YUV 164.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 138 166 226 0.39 0.27 0 0.11 220.91 0.6 0.71
Hex 8A A6 E2 27 1B 0 B DD 3C 47
Octal 212 246 342 47 33 0 13 335 74 107
Binary 10001010 10100110 11100010 100111 11011 0 1011 11011101 111100 1000111

Color Harmonies of #8AA6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA6E2

Black with #8AA6E2

Text Example


Text Example

White with #8AA6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA6E2; }

 p { color: rgb(138,166,226); }

 H1.HeaderClassName
 {
   color: #8AA6E2;
 }
 .AnyTagClassName
 {
   color: #8AA6E2;
 }
</style>

background-color css

<style>
 a { background-color: #8AA6E2; }

 a { background-color: rgb(138,166,226); }

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

border-color css

<style>
 span { border-color: #8AA6E2; }

 span { border-color: rgb(138,166,226); }

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