Html Css Color HEX #86A1FF Jordy Blue

📋 copy color: '#86A1FF'

red 134 ◦ green 161 ◦ blue 255

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

Shades of Jordy Blue #86A1FF

Tints of Jordy Blue #86A1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.27%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 24.36%
G = 29.27%
B = 46.36%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86A1FF (or 0x86A1FF) is known color: Jordy Blue. HEX triplet: 86, A1 and FF. RGB value is (134,161,255). Sum of RGB (Red+Green+Blue) = 134+161+255=550 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.36% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #86A1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A1FF is #795E00. Grayscale: #A3A3A3. Windows color (decimal): -7953921 or 16753030. OLE color: 16753030.

HSL color Cylindrical-coordinate representation of color #86A1FF: hue angle of 226.61º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86A1FF is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 161 255 -
CMYK 0.47 0.37 0 0
HSL 226.61º 1% 0.76% -
HSV(B) 226.61º 0.47% 1% -
XYZ 40.63 37.78 99.76 -
YUV 163.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 134 161 255 0.47 0.37 0 0 226.61 1 0.76
Hex 86 A1 FF 2F 25 0 0 E3 64 4C
Octal 206 241 377 57 45 0 0 343 144 114
Binary 10000110 10100001 11111111 101111 100101 0 0 11100011 1100100 1001100

Color Harmonies of #86A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A1FF

Black with #86A1FF

Text Example


Text Example

White with #86A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,161,255); }

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

background-color css

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

 a { background-color: rgb(134,161,255); }

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

border-color css

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

 span { border-color: rgb(134,161,255); }

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