Html Css Color HEX #8AAAFE Jordy Blue

📋 copy color: '#8AAAFE'

red 138 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #8AAAFE

Tints of Jordy Blue #8AAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 24.56%
G = 30.25%
B = 45.2%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AAAFE (or 0x8AAAFE) is known color: Jordy Blue. HEX triplet: 8A, AA and FE. RGB value is (138,170,254). Sum of RGB (Red+Green+Blue) = 138+170+254=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAAFE is #755501. Grayscale: #A9A9A9. Windows color (decimal): -7689474 or 16689802. OLE color: 16689802.

HSL color Cylindrical-coordinate representation of color #8AAAFE: hue angle of 223.45º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AAAFE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 170 254 -
CMYK 0.46 0.33 0 0.00
HSL 223.45º 0.98% 0.77% -
HSV(B) 223.45º 0.46% 1% -
XYZ 42.75 41.31 99.49 -
YUV 170.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 138 170 254 0.46 0.33 0 0.00 223.45 0.98 0.77
Hex 8A AA FE 2E 21 0 0 DF 62 4D
Octal 212 252 376 56 41 0 0 337 142 115
Binary 10001010 10101010 11111110 101110 100001 0 0 11011111 1100010 1001101

Color Harmonies of #8AAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAAFE

Black with #8AAAFE

Text Example


Text Example

White with #8AAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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