Html Css Color HEX #8AACF6 Jordy Blue

📋 copy color: '#8AACF6'

red 138 ◦ green 172 ◦ blue 246

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

Shades of Jordy Blue #8AACF6

Tints of Jordy Blue #8AACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 24.82%
G = 30.94%
B = 44.24%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8AACF6 (or 0x8AACF6) is known color: Jordy Blue. HEX triplet: 8A, AC and F6. RGB value is (138,172,246). Sum of RGB (Red+Green+Blue) = 138+172+246=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #8AACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACF6 is #755309. Grayscale: #A9A9A9. Windows color (decimal): -7688970 or 16166026. OLE color: 16166026.

HSL color Cylindrical-coordinate representation of color #8AACF6: hue angle of 221.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AACF6 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 172 246 -
CMYK 0.44 0.30 0 0.04
HSL 221.11º 0.86% 0.75% -
HSV(B) 221.11º 0.44% 0.96% -
XYZ 41.87 41.56 93 -
YUV 170.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 138 172 246 0.44 0.30 0 0.04 221.11 0.86 0.75
Hex 8A AC F6 2C 1E 0 4 DD 56 4B
Octal 212 254 366 54 36 0 4 335 126 113
Binary 10001010 10101100 11110110 101100 11110 0 100 11011101 1010110 1001011

Color Harmonies of #8AACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AACF6

Black with #8AACF6

Text Example


Text Example

White with #8AACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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