Html Css Color HEX #8AAAF9 Jordy Blue

📋 copy color: '#8AAAF9'

red 138 ◦ green 170 ◦ blue 249

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

Shades of Jordy Blue #8AAAF9

Tints of Jordy Blue #8AAAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.7%

R = 24.78%
G = 30.52%
B = 44.7%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AAAF9 (or 0x8AAAF9) is known color: Jordy Blue. HEX triplet: 8A, AA and F9. RGB value is (138,170,249). Sum of RGB (Red+Green+Blue) = 138+170+249=557 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.78% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AAAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAAF9 is #755506. Grayscale: #A9A9A9. Windows color (decimal): -7689479 or 16362122. OLE color: 16362122.

HSL color Cylindrical-coordinate representation of color #8AAAF9: hue angle of 222.7º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAAF9 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 170 249 -
CMYK 0.45 0.32 0 0.02
HSL 222.7º 0.9% 0.76% -
HSV(B) 222.7º 0.45% 0.98% -
XYZ 41.95 40.99 95.32 -
YUV 169.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 138 170 249 0.45 0.32 0 0.02 222.7 0.9 0.76
Hex 8A AA F9 2D 20 0 2 DF 5A 4C
Octal 212 252 371 55 40 0 2 337 132 114
Binary 10001010 10101010 11111001 101101 100000 0 10 11011111 1011010 1001100

Color Harmonies of #8AAAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAAF9

Black with #8AAAF9

Text Example


Text Example

White with #8AAAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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