Html Css Color HEX #86ABE5 Jordy Blue

📋 copy color: '#86ABE5'

red 134 ◦ green 171 ◦ blue 229

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

Shades of Jordy Blue #86ABE5

Tints of Jordy Blue #86ABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 25.09%
G = 32.02%
B = 42.88%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#86ABE5 (or 0x86ABE5) is known color: Jordy Blue. HEX triplet: 86, AB and E5. RGB value is (134,171,229). Sum of RGB (Red+Green+Blue) = 134+171+229=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #86ABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABE5 is #79541A. Grayscale: #A6A6A6. Windows color (decimal): -7951387 or 15051654. OLE color: 15051654.

HSL color Cylindrical-coordinate representation of color #86ABE5: hue angle of 216.63º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86ABE5 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 171 229 -
CMYK 0.41 0.25 0 0.10
HSL 216.63º 0.65% 0.71% -
HSV(B) 216.63º 0.41% 0.9% -
XYZ 38.54 39.85 79.79 -
YUV 166.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 134 171 229 0.41 0.25 0 0.10 216.63 0.65 0.71
Hex 86 AB E5 29 19 0 A D9 41 47
Octal 206 253 345 51 31 0 12 331 101 107
Binary 10000110 10101011 11100101 101001 11001 0 1010 11011001 1000001 1000111

Color Harmonies of #86ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABE5

Black with #86ABE5

Text Example


Text Example

White with #86ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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