Html Css Color HEX #86ACFF Jordy Blue

📋 copy color: '#86ACFF'

red 134 ◦ green 172 ◦ blue 255

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

Shades of Jordy Blue #86ACFF

Tints of Jordy Blue #86ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.66%

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

R = 23.89%
G = 30.66%
B = 45.45%

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

#86ACFF (or 0x86ACFF) is known color: Jordy Blue. HEX triplet: 86, AC and FF. RGB value is (134,172,255). Sum of RGB (Red+Green+Blue) = 134+172+255=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #86ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ACFF is #795300. Grayscale: #A9A9A9. Windows color (decimal): -7951105 or 16755846. OLE color: 16755846.

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

Color convert

RGB 134 172 255 -
CMYK 0.47 0.33 0 0
HSL 221.16º 1% 0.76% -
HSV(B) 221.16º 0.47% 1% -
XYZ 42.63 41.79 100.43 -
YUV 170.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 134 172 255 0.47 0.33 0 0 221.16 1 0.76
Hex 86 AC FF 2F 21 0 0 DD 64 4C
Octal 206 254 377 57 41 0 0 335 144 114
Binary 10000110 10101100 11111111 101111 100001 0 0 11011101 1100100 1001100

Color Harmonies of #86ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACFF

Black with #86ACFF

Text Example


Text Example

White with #86ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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