Html Css Color HEX #8AACF9 Jordy Blue

📋 copy color: '#8AACF9'

red 138 ◦ green 172 ◦ blue 249

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

Shades of Jordy Blue #8AACF9

Tints of Jordy Blue #8AACF9

RGB

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

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

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

R = 24.69%
G = 30.77%
B = 44.54%

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

#8AACF9 (or 0x8AACF9) is known color: Jordy Blue. HEX triplet: 8A, AC and F9. RGB value is (138,172,249). Sum of RGB (Red+Green+Blue) = 138+172+249=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACF9 is #755306. Grayscale: #AAAAAA. Windows color (decimal): -7688967 or 16362634. OLE color: 16362634.

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

Color convert

RGB 138 172 249 -
CMYK 0.45 0.31 0 0.02
HSL 221.62º 0.9% 0.76% -
HSV(B) 221.62º 0.45% 0.98% -
XYZ 42.33 41.75 95.45 -
YUV 170.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 138 172 249 0.45 0.31 0 0.02 221.62 0.9 0.76
Hex 8A AC F9 2D 1F 0 2 DE 5A 4C
Octal 212 254 371 55 37 0 2 336 132 114
Binary 10001010 10101100 11111001 101101 11111 0 10 11011110 1011010 1001100

Color Harmonies of #8AACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACF9

Black with #8AACF9

Text Example


Text Example

White with #8AACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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