Html Css Color HEX #86A3FE Jordy Blue

📋 copy color: '#86A3FE'

red 134 ◦ green 163 ◦ blue 254

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

Shades of Jordy Blue #86A3FE

Tints of Jordy Blue #86A3FE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.58%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 24.32%
G = 29.58%
B = 46.1%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86A3FE (or 0x86A3FE) is known color: Jordy Blue. HEX triplet: 86, A3 and FE. RGB value is (134,163,254). Sum of RGB (Red+Green+Blue) = 134+163+254=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #86A3FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86A3FE is #795C01. Grayscale: #A4A4A4. Windows color (decimal): -7953410 or 16688006. OLE color: 16688006.

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

Color convert

RGB 134 163 254 -
CMYK 0.47 0.36 0 0.00
HSL 225.5º 0.98% 0.76% -
HSV(B) 225.5º 0.47% 1% -
XYZ 40.82 38.42 99.03 -
YUV 164.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 134 163 254 0.47 0.36 0 0.00 225.5 0.98 0.76
Hex 86 A3 FE 2F 24 0 0 E2 62 4C
Octal 206 243 376 57 44 0 0 342 142 114
Binary 10000110 10100011 11111110 101111 100100 0 0 11100010 1100010 1001100

Color Harmonies of #86A3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A3FE

Black with #86A3FE

Text Example


Text Example

White with #86A3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,254); }

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

background-color css

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

 a { background-color: rgb(134,163,254); }

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

border-color css

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

 span { border-color: rgb(134,163,254); }

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