Html Css Color HEX #8AA5F6 Jordy Blue

📋 copy color: '#8AA5F6'

red 138 ◦ green 165 ◦ blue 246

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

Shades of Jordy Blue #8AA5F6

Tints of Jordy Blue #8AA5F6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.05%

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

R = 25.14%
G = 30.05%
B = 44.81%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8AA5F6 (or 0x8AA5F6) is known color: Jordy Blue. HEX triplet: 8A, A5 and F6. RGB value is (138,165,246). Sum of RGB (Red+Green+Blue) = 138+165+246=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #8AA5F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA5F6 is #755A09. Grayscale: #A5A5A5. Windows color (decimal): -7690762 or 16164234. OLE color: 16164234.

HSL color Cylindrical-coordinate representation of color #8AA5F6: hue angle of 225º 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 #8AA5F6 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 165 246 -
CMYK 0.44 0.33 0 0.04
HSL 225º 0.86% 0.75% -
HSV(B) 225º 0.44% 0.96% -
XYZ 40.57 38.97 92.57 -
YUV 166.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 138 165 246 0.44 0.33 0 0.04 225 0.86 0.75
Hex 8A A5 F6 2C 21 0 4 E1 56 4B
Octal 212 245 366 54 41 0 4 341 126 113
Binary 10001010 10100101 11110110 101100 100001 0 100 11100001 1010110 1001011

Color Harmonies of #8AA5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5F6

Black with #8AA5F6

Text Example


Text Example

White with #8AA5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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