Html Css Color HEX #8AACE2 Jordy Blue

📋 copy color: '#8AACE2'

red 138 ◦ green 172 ◦ blue 226

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

Shades of Jordy Blue #8AACE2

Tints of Jordy Blue #8AACE2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.09%

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

R = 25.75%
G = 32.09%
B = 42.16%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8AACE2 (or 0x8AACE2) is known color: Jordy Blue. HEX triplet: 8A, AC and E2. RGB value is (138,172,226). Sum of RGB (Red+Green+Blue) = 138+172+226=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #8AACE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AACE2 is #75531D. Grayscale: #A7A7A7. Windows color (decimal): -7688990 or 14855306. OLE color: 14855306.

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

Color convert

RGB 138 172 226 -
CMYK 0.39 0.24 0 0.11
HSL 216.82º 0.6% 0.71% -
HSV(B) 216.82º 0.39% 0.89% -
XYZ 38.96 40.4 77.7 -
YUV 167.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 138 172 226 0.39 0.24 0 0.11 216.82 0.6 0.71
Hex 8A AC E2 27 18 0 B D9 3C 47
Octal 212 254 342 47 30 0 13 331 74 107
Binary 10001010 10101100 11100010 100111 11000 0 1011 11011001 111100 1000111

Color Harmonies of #8AACE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACE2

Black with #8AACE2

Text Example


Text Example

White with #8AACE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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