Html Css Color HEX #8AAAE2 Jordy Blue

📋 copy color: '#8AAAE2'

red 138 ◦ green 170 ◦ blue 226

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

Shades of Jordy Blue #8AAAE2

Tints of Jordy Blue #8AAAE2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.84%

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

R = 25.84%
G = 31.84%
B = 42.32%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8AAAE2 (or 0x8AAAE2) is known color: Jordy Blue. HEX triplet: 8A, AA and E2. RGB value is (138,170,226). Sum of RGB (Red+Green+Blue) = 138+170+226=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #8AAAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AAAE2 is #75551D. Grayscale: #A6A6A6. Windows color (decimal): -7689502 or 14854794. OLE color: 14854794.

HSL color Cylindrical-coordinate representation of color #8AAAE2: hue angle of 218.18º 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 #8AAAE2 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 138 170 226 -
CMYK 0.39 0.25 0 0.11
HSL 218.18º 0.6% 0.71% -
HSV(B) 218.18º 0.39% 0.89% -
XYZ 38.58 39.64 77.57 -
YUV 166.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 138 170 226 0.39 0.25 0 0.11 218.18 0.6 0.71
Hex 8A AA E2 27 19 0 B DA 3C 47
Octal 212 252 342 47 31 0 13 332 74 107
Binary 10001010 10101010 11100010 100111 11001 0 1011 11011010 111100 1000111

Color Harmonies of #8AAAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAAE2

Black with #8AAAE2

Text Example


Text Example

White with #8AAAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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