Html Css Color HEX #86ABFF Jordy Blue

📋 copy color: '#86ABFF'

red 134 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #86ABFF

Tints of Jordy Blue #86ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.54%

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

R = 23.93%
G = 30.54%
B = 45.54%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86ABFF (or 0x86ABFF) is known color: Jordy Blue. HEX triplet: 86, AB and FF. RGB value is (134,171,255). Sum of RGB (Red+Green+Blue) = 134+171+255=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #86ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ABFF is #795400. Grayscale: #A9A9A9. Windows color (decimal): -7951361 or 16755590. OLE color: 16755590.

HSL color Cylindrical-coordinate representation of color #86ABFF: hue angle of 221.65º 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 #86ABFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 171 255 -
CMYK 0.47 0.33 0 0
HSL 221.65º 1% 0.76% -
HSV(B) 221.65º 0.47% 1% -
XYZ 42.44 41.41 100.36 -
YUV 169.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 134 171 255 0.47 0.33 0 0 221.65 1 0.76
Hex 86 AB FF 2F 21 0 0 DE 64 4C
Octal 206 253 377 57 41 0 0 336 144 114
Binary 10000110 10101011 11111111 101111 100001 0 0 11011110 1100100 1001100

Color Harmonies of #86ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABFF

Black with #86ABFF

Text Example


Text Example

White with #86ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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