Html Css Color HEX #8AABE1 Jordy Blue

📋 copy color: '#8AABE1'

red 138 ◦ green 171 ◦ blue 225

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

Shades of Jordy Blue #8AABE1

Tints of Jordy Blue #8AABE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 25.84%
G = 32.02%
B = 42.13%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8AABE1 (or 0x8AABE1) is known color: Jordy Blue. HEX triplet: 8A, AB and E1. RGB value is (138,171,225). Sum of RGB (Red+Green+Blue) = 138+171+225=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #8AABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AABE1 is #75541E. Grayscale: #A7A7A7. Windows color (decimal): -7689247 or 14789514. OLE color: 14789514.

HSL color Cylindrical-coordinate representation of color #8AABE1: hue angle of 217.24º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AABE1 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 138 171 225 -
CMYK 0.39 0.24 0 0.12
HSL 217.24º 0.59% 0.71% -
HSV(B) 217.24º 0.39% 0.88% -
XYZ 38.63 39.97 76.91 -
YUV 167.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 138 171 225 0.39 0.24 0 0.12 217.24 0.59 0.71
Hex 8A AB E1 27 18 0 C D9 3B 47
Octal 212 253 341 47 30 0 14 331 73 107
Binary 10001010 10101011 11100001 100111 11000 0 1100 11011001 111011 1000111

Color Harmonies of #8AABE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABE1

Black with #8AABE1

Text Example


Text Example

White with #8AABE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,225); }

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

background-color css

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

 a { background-color: rgb(138,171,225); }

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

border-color css

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

 span { border-color: rgb(138,171,225); }

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