Html Css Color HEX #8AA9DF Jordy Blue

📋 copy color: '#8AA9DF'

red 138 ◦ green 169 ◦ blue 223

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

Shades of Jordy Blue #8AA9DF

Tints of Jordy Blue #8AA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.89%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 26.04%
G = 31.89%
B = 42.08%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AA9DF (or 0x8AA9DF) is known color: Jordy Blue. HEX triplet: 8A, A9 and DF. RGB value is (138,169,223). Sum of RGB (Red+Green+Blue) = 138+169+223=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA9DF is #755620. Grayscale: #A5A5A5. Windows color (decimal): -7689761 or 14657930. OLE color: 14657930.

HSL color Cylindrical-coordinate representation of color #8AA9DF: hue angle of 218.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA9DF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 169 223 -
CMYK 0.38 0.24 0 0.13
HSL 218.12º 0.57% 0.71% -
HSV(B) 218.12º 0.38% 0.87% -
XYZ 37.99 39.11 75.36 -
YUV 165.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 138 169 223 0.38 0.24 0 0.13 218.12 0.57 0.71
Hex 8A A9 DF 26 18 0 D DA 39 47
Octal 212 251 337 46 30 0 15 332 71 107
Binary 10001010 10101001 11011111 100110 11000 0 1101 11011010 111001 1000111

Color Harmonies of #8AA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA9DF

Black with #8AA9DF

Text Example


Text Example

White with #8AA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,169,223); }

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

background-color css

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

 a { background-color: rgb(138,169,223); }

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

border-color css

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

 span { border-color: rgb(138,169,223); }

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