Html Css Color HEX #8AABF9 Jordy Blue

📋 copy color: '#8AABF9'

red 138 ◦ green 171 ◦ blue 249

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

Shades of Jordy Blue #8AABF9

Tints of Jordy Blue #8AABF9

RGB

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

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

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

R = 24.73%
G = 30.65%
B = 44.62%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8AABF9 (or 0x8AABF9) is known color: Jordy Blue. HEX triplet: 8A, AB and F9. RGB value is (138,171,249). Sum of RGB (Red+Green+Blue) = 138+171+249=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABF9 is #755406. Grayscale: #A9A9A9. Windows color (decimal): -7689223 or 16362378. OLE color: 16362378.

HSL color Cylindrical-coordinate representation of color #8AABF9: hue angle of 222.16º 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 #8AABF9 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 171 249 -
CMYK 0.45 0.31 0 0.02
HSL 222.16º 0.9% 0.76% -
HSV(B) 222.16º 0.45% 0.98% -
XYZ 42.14 41.37 95.39 -
YUV 170.03 172.57 105.16 -
System Red Green Blue C M Y K H S L
Decimal 138 171 249 0.45 0.31 0 0.02 222.16 0.9 0.76
Hex 8A AB F9 2D 1F 0 2 DE 5A 4C
Octal 212 253 371 55 37 0 2 336 132 114
Binary 10001010 10101011 11111001 101101 11111 0 10 11011110 1011010 1001100

Color Harmonies of #8AABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABF9

Black with #8AABF9

Text Example


Text Example

White with #8AABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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