Html Css Color HEX #86AFF9 Jordy Blue

📋 copy color: '#86AFF9'

red 134 ◦ green 175 ◦ blue 249

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

Shades of Jordy Blue #86AFF9

Tints of Jordy Blue #86AFF9

RGB

 RED value IS 134 (52.73% from 255) = 24.01%

 GREEN value IS 175 (68.75% from 255) = 31.36%

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

R = 24.01%
G = 31.36%
B = 44.62%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#86AFF9 (or 0x86AFF9) is known color: Jordy Blue. HEX triplet: 86, AF and F9. RGB value is (134,175,249). Sum of RGB (Red+Green+Blue) = 134+175+249=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 175 (68.75% from 255 or 31.36% 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 #86AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AFF9 is #795006. Grayscale: #AAAAAA. Windows color (decimal): -7950343 or 16363398. OLE color: 16363398.

HSL color Cylindrical-coordinate representation of color #86AFF9: hue angle of 218.61º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86AFF9 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 175 249 -
CMYK 0.46 0.30 0 0.02
HSL 218.61º 0.91% 0.75% -
HSV(B) 218.61º 0.46% 0.98% -
XYZ 42.26 42.57 95.61 -
YUV 171.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 134 175 249 0.46 0.30 0 0.02 218.61 0.91 0.75
Hex 86 AF F9 2E 1E 0 2 DB 5B 4B
Octal 206 257 371 56 36 0 2 333 133 113
Binary 10000110 10101111 11111001 101110 11110 0 10 11011011 1011011 1001011

Color Harmonies of #86AFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFF9

Black with #86AFF9

Text Example


Text Example

White with #86AFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AFF9; }

 p { color: rgb(134,175,249); }

 H1.HeaderClassName
 {
   color: #86AFF9;
 }
 .AnyTagClassName
 {
   color: #86AFF9;
 }
</style>

background-color css

<style>
 a { background-color: #86AFF9; }

 a { background-color: rgb(134,175,249); }

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

border-color css

<style>
 span { border-color: #86AFF9; }

 span { border-color: rgb(134,175,249); }

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